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
|
- 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 initSubmodules
|
||||||
- run: npm run build
|
- run: npm run build
|
||||||
#- run: npm test
|
#- run: npm test
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev:updateCheck": "check-outdated",
|
"dev:updateCheck": "check-outdated",
|
||||||
"dev:run": "nodemon --watch './**/*.ts' index.ts",
|
"dev:run": "nodemon --watch './**/*.ts' index.ts",
|
||||||
|
"initSubmodules": "git submodule update --init --recursive",
|
||||||
"pack": "webpack",
|
"pack": "webpack",
|
||||||
"build": "tsc --build",
|
"build": "tsc --build",
|
||||||
"_clean": "tsc --build --clean"
|
"_clean": "tsc --build --clean"
|
||||||
|
|
Loading…
Reference in a new issue