Skip to content

Commit

Permalink
fix(workspace): adjust build order to prevent IVY publish issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tomastrajan committed Jun 28, 2020
1 parent 4448412 commit 5c3705e
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 @@ -9,7 +9,7 @@
"test": "ng lint && npm run format:test && ng test --watch false --codeCoverage",
"watch": "ng test",
"e2e": "ng e2e",
"build": "ng build --project elements --prod && ng build --prod ",
"build": "ng build --prod && ng build --project elements --prod",
"postbuild": "replace \"onFetch.*\\{\" \"onFetch(event) { if (event.request.url.indexOf('unpkg.com') > -1) { return; }\" ./dist/elements-demo/ngsw-worker.js",
"ci": "npm run test && npm run build && cpx README.md dist/elements",
"format:write": "prettier projects/**/*.{ts,json,md} --write",
Expand Down

0 comments on commit 5c3705e

Please sign in to comment.