Skip to content

Commit

Permalink
fix(workspace): add missing --project flag to build lib
Browse files Browse the repository at this point in the history
  • Loading branch information
tomastrajan committed Jul 16, 2019
1 parent 342a964 commit 3491f0d
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 @@ -8,7 +8,7 @@
"test": "ng lint && npm run format:test && ng test --watch false --codeCoverage",
"watch": "ng test",
"e2e": "ng e2e",
"build": "ng build && ng build --prod --project elements-demo",
"build": "ng build --project elements && ng build --prod",
"ci": "npm run test && npm run build && cpx README.md dist/elements",
"format:write": "prettier projects/**/*.{ts,json,md} --write",
"format:test": "prettier projects/**/*.{ts,json,md} --list-different",
Expand Down

0 comments on commit 3491f0d

Please sign in to comment.