File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 "scripts" : {
3434 "compile" : " ngc -p tsconfig-aot.json && node umd-bundler.js" ,
3535 "clean" : " rimraf coverage build dist dist-demo bundles factories .publish" ,
36- "pre:publish" : " npm run clean && npm run test && npm run compile && mkdir -p dist && cp -R src/styles.css README.md media dist" ,
36+ "pre:publish" : " npm run clean && npm run test && npm run lint && npm run compile && mkdir -p dist && cp -R src/styles.css README.md media dist" ,
3737 "post:publish" : " npm run build:demo && gh-pages -d dist-demo" ,
3838 "start" : " ng serve" ,
3939 "build:demo" : " ng build" ,
4444 "e2e" : " ng e2e" ,
4545 "changelog" : " conventional-changelog -i CHANGELOG.md -s -p angular" ,
4646 "github-release" : " conventional-github-releaser -p angular" ,
47- "preversion" : " npm run lint && npm test" ,
4847 "version" : " npm run changelog && git add CHANGELOG.md" ,
4948 "postversion" : " git push origin master && git push --tags && npm run github-release && node publish.js" ,
5049 "webdriver-update" : " node ./node_modules/protractor/bin/webdriver-manager update"
You can’t perform that action at this time.
0 commit comments