File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1010 "test" : " ng lint && npm run format:test && npm run test:lib" ,
1111 "test:lib" : " node --experimental-vm-modules --no-warnings node_modules/jest/bin/jest.js --config projects/elements/jest.config.ts" ,
1212 "watch" : " ng test --watch" ,
13- "prebuild" : " " ,
13+ "prebuild" : " npm run build:copy-changelog " ,
1414 "build" : " ng build elements-demo && ng build elements" ,
15- "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" ,
15+ "postbuild" : " replace \" onFetch.*\\ {\" \" onFetch(event) { if (event.request.url.indexOf('unpkg.com') > -1) { return; }\" ./dist/elements-demo/browser /ngsw-worker.js" ,
1616 "build:copy-assets" : " cpx README.md dist/elements" ,
1717 "build:copy-changelog" : " cpx CHANGELOG.md projects/elements-demo/src/assets" ,
1818 "format:write" : " prettier projects/**/*.{ts,json,md} --write" ,
You can’t perform that action at this time.
0 commit comments