File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,6 @@ jobs: # a collection of steps
1818 - run:
1919 name: install-npm
2020 command: npm install
21- - run:
22- name: build-common
23- command: npx tsc -p common/tsconfig.json
2421 - run:
2522 name: compile-electron
2623 command: cd electron && npm run compile
Original file line number Diff line number Diff line change 1616 "build-frontend": "cd ../ && npm run build-frontend",
1717 "build-electron": "cross-env NODE_ARCH=$npm_config_arch electron-builder",
1818 "clean": "rimraf build/* dist/*",
19- "compile": "run-s typecheck sync-assets",
19+ "compile": "run-s typecheck-common typecheck sync-assets",
20+ "typecheck-common": "tsc -p ../common/tsconfig.json",
2021 "typecheck": "tsc -p tsconfig.json",
2122 "sync-assets": "node ./scripts/sync-backend-assets.js",
2223 "copy-env": "cd .. && npm run copy-env",
You can’t perform that action at this time.
0 commit comments