Attempt to fix the workflow
This commit is contained in:
parent
a8d9ab18bb
commit
5396b83f3f
2 changed files with 2 additions and 0 deletions
1
.github/workflows/node.js.yml
vendored
1
.github/workflows/node.js.yml
vendored
|
@ -29,5 +29,6 @@ jobs:
|
|||
- run: npm ci
|
||||
# Don't run updateCheck for now
|
||||
#- run: npm run dev:updateCheck
|
||||
- run: npm run initSubmodules
|
||||
- run: npm run build
|
||||
#- run: npm test
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
"scripts": {
|
||||
"dev:updateCheck": "check-outdated",
|
||||
"dev:run": "nodemon --watch './**/*.ts' index.ts",
|
||||
"initSubmodules": "git submodule update --init --recursive",
|
||||
"pack": "webpack",
|
||||
"build": "tsc --build",
|
||||
"_clean": "tsc --build --clean"
|
||||
|
|
Loading…
Reference in a new issue