Attempt to fix the workflow
This commit is contained in:
parent
cc47903e47
commit
23ccce4ca9
1 changed files with 4 additions and 1 deletions
5
.github/workflows/node.js.yml
vendored
5
.github/workflows/node.js.yml
vendored
|
@ -29,5 +29,8 @@ jobs:
|
|||
- run: npm ci
|
||||
# Don't run updateCheck for now
|
||||
#- 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
|
||||
|
|
Loading…
Reference in a new issue