Skip to content

Commit

Permalink
ref/ dernière version cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime GRIS committed Feb 15, 2018
1 parent e3b1fab commit 3df8158
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
/tmp
/out-tsc
/app-builds
main.js

# dependencies
/node_modules
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"scripts": {
"ng": "ng",
"lint": "ng lint",
"start": "npm-run-all --parallel webpack:watch electron:serve",
"start": "tsc main.ts && npm-run-all --parallel webpack:watch electron:serve",
"webpack:watch": "webpack --watch",
"start:web": "webpack-dev-server --content-base . --port 4200 --inline",
"build:electron:main": "tsc main.ts --outDir dist && copyfiles package.json dist && cd dist && npm install --prod && cd ..",
Expand Down Expand Up @@ -52,7 +52,7 @@
"enhanced-resolve": "3.3.0",
"rxjs": "5.5.2",
"zone.js": "0.8.17",
"@angular/cli": "1.6.4",
"@angular/cli": "1.6.8",
"@angular/compiler-cli": "5.2.5",
"@angular/language-service": "5.2.5",
"@types/core-js": "0.9.36",
Expand Down

0 comments on commit 3df8158

Please sign in to comment.