Skip to content

Commit

Permalink
fix: update angular-cli; tweak build command
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepinho committed Mar 19, 2018
1 parent 362e9f2 commit d47da60
Show file tree
Hide file tree
Showing 3 changed files with 1,216 additions and 993 deletions.
2 changes: 1 addition & 1 deletion firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"source": "functions"
},
"hosting": {
"predeploy": "yarn ng build -- --prod",
"predeploy": "yarn run ng build -- --prod",
"public": "dist",
"ignore": [
"firebase.json",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"zone.js": "^0.8.4"
},
"devDependencies": {
"@angular/cli": "1.0.0",
"@angular/cli": "^1.7.3",
"@angular/compiler-cli": "^4.1.0",
"@types/jasmine": "2.5.38",
"@types/node": "~6.0.60",
Expand Down

0 comments on commit d47da60

Please sign in to comment.