Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-bond authored Jun 6, 2017
1 parent cd356a6 commit a07530d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"prep": "ng build --prod --output-path docs --base-href ng-todo"
"prep": "ng build --prod --output-path dist --base-href ng-todo",
"precache": "sw-precache --root=dist --verbose"
},
"private": true,
"dependencies": {
Expand Down

0 comments on commit a07530d

Please sign in to comment.