Skip to content

Commit

Permalink
Fix package.json build script error
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardsnare committed Mar 30, 2019
1 parent 7a80781 commit 1f2f1d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"ng": "ng",
"prestart": "npm run markdown",
"start": "ng serve --source-map=false",
"prebuild": "npm run markdown",
"build": "ng build --deleteOutputPath=false",
"prebuild:prod": "npm run markdown",
"build:prod": "ng build --prod --aot --deleteOutputPath=false",
Expand Down

0 comments on commit 1f2f1d8

Please sign in to comment.