Skip to content

Commit

Permalink
Removed source-map flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Nov 21, 2018
1 parent ef03965 commit 56b3a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"start": "ng serve",
"start:prod": "node server",
"start:prod:translate": "node server --translate",
"build": "npm run generate-settings-schema-validator && ng build --prod --aot --stats-json --source-map",
"build": "npm run generate-settings-schema-validator && ng build --prod --aot --stats-json",
"test": "ng test",
"test-single-run": "ng test --watch=false --code-coverage",
"test-build": "ng lint && npm run build && npm run test-single-run",
Expand Down

0 comments on commit 56b3a6a

Please sign in to comment.