articles/graphics-pipeline #1

Merged
light7734 merged 10 commits from articles/graphics-pipeline into main 2025-04-28 15:00:12 +00:00
Showing only changes of commit 9a0b503343 - Show all commits

View file

@ -7,6 +7,7 @@ steps:
privileged: true privileged: true
image: node:latest image: node:latest
commands: commands:
- rm -rf ./node_modules
- npm install - npm install
- npm run build - npm run build
- cp -r ./build/* /dazzle/ - cp -r ./build/* /dazzle/