Skip to content

Commit

Permalink
fix: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Chiff committed Feb 1, 2022
1 parent 9ee5fe7 commit 993361e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ng-a-parse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --project=parse",
"build": "ng build --project=parse --configuration production",
"test": "ng test",
"lint": "ng lint"
},
Expand Down

0 comments on commit 993361e

Please sign in to comment.