mirror of
https://github.com/Sheldan/canvas.git
synced 2026-01-01 06:49:08 +00:00
fireWorks: adding initial version
common: adding more needed methods
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -40,6 +40,12 @@ jobs:
|
||||
- name: recBubbles Build
|
||||
run: npx vite build
|
||||
working-directory: recBubbles
|
||||
- name: fireWorks Install dependencies
|
||||
run: npm install
|
||||
working-directory: fireWorks
|
||||
- name: fireWorks Build
|
||||
run: npx vite build
|
||||
working-directory: fireWorks
|
||||
- name: Move index
|
||||
run: cp index.html dist/
|
||||
- name: Move overview images
|
||||
|
||||
Reference in New Issue
Block a user