Attempt to fix the workflow

This commit is contained in:
Holly Stubbs 2023-05-02 21:04:08 +01:00
parent a8d9ab18bb
commit 5396b83f3f
Signed by: tgpholly
GPG Key ID: B8583C4B7D18119E
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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"