fixing the npm scripts

This commit is contained in:
Joseph Flinn 2020-12-22 17:44:53 +00:00
parent 17d33ba288
commit a6b2112e22
1 changed files with 2 additions and 2 deletions

View File

@ -41,10 +41,10 @@ jobs:
run: npm install
- name: Setup sub-module
run: npm sub:init
run: npm run sub:init
- name: Build
run: npm dist
run: npm run dist
- name: Zip
shell: cmd