use the generic "build" script to run all scripts
This commit is contained in:
parent
ff46656809
commit
558c3c2025
1 changed files with 1 additions and 4 deletions
5
.github/workflows/node.js.yml
vendored
5
.github/workflows/node.js.yml
vendored
|
@ -29,8 +29,5 @@ jobs:
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
# Don't run updateCheck for now
|
# Don't run updateCheck for now
|
||||||
#- run: npm run dev:updateCheck
|
#- run: npm run dev:updateCheck
|
||||||
#- run: npm run build
|
- run: npm run build
|
||||||
- run: npm run build:smash
|
|
||||||
- run: npm run build:build
|
|
||||||
- run: npm run build:cleanup
|
|
||||||
#- run: npm test
|
#- run: npm test
|
||||||
|
|
Loading…
Reference in a new issue