Skip to content

Commit

Permalink
chore(ci): fix npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
tomastrajan committed Nov 9, 2023
1 parent 9ce2707 commit 5b59c33
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 @@ -12,7 +12,7 @@
"watch": "ng test --watch",
"prebuild": "",
"build": "ng build elements-demo && ng build elements",
"postbuild": "npm ru nbuild:copy-changelog && replace \"onFetch.*\\{\" \"onFetch(event) { if (event.request.url.indexOf('unpkg.com') > -1) { return; }\" ./dist/elements-demo/ngsw-worker.js",
"postbuild": "npm run build:copy-changelog && replace \"onFetch.*\\{\" \"onFetch(event) { if (event.request.url.indexOf('unpkg.com') > -1) { return; }\" ./dist/elements-demo/ngsw-worker.js",
"build:copy-assets": "cpx README.md dist/elements",
"build:copy-changelog": "cpx CHANGELOG.md projects/elements-demo/src/assets",
"format:write": "prettier projects/**/*.{ts,json,md} --write",
Expand Down

0 comments on commit 5b59c33

Please sign in to comment.