Skip to content

Commit

Permalink
Build: Fix build scripts and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdicarlo committed Sep 18, 2020
1 parent 05e0226 commit 3cea10c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions commons/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@
"rimraf": "^3.0.2",
"tslint": "^6.1.2",
"typescript": "^3.9.5"
},
"dependencies": {
"@types/node": "^14.11.1"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"build": "npm run build:common && yarn run build:ui && yarn run build:app",
"build:app": "cd electron-app && npm install && yarn run build",
"build:common": "cd common && npm install && npm run build",
"build:common": "cd commons && npm install && npm run build",
"build:ui": "cd ui && npm install && yarn run build",
"release:windows": "node create-signer.js && yarn run build && cd electron-app && yarn run release:windows",
"release:linux": "node create-signer.js && yarn run build && cd electron-app && yarn run release:linux"
Expand Down

0 comments on commit 3cea10c

Please sign in to comment.