File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 "flow.compile" : " npm run flow.compile:common && npm run flow.compile:system" ,
3535 "flow.compile:common" : " ngc -p tsconfig-aot.json" ,
3636 "flow.compile:system" : " node umd-bundler.js" ,
37- "flow.clean" : " rimraf coverage build demo-dist dist bundles factories" ,
37+ "flow.clean" : " rimraf coverage build demo-dist dist bundles factories .publish " ,
3838 "flow.deploy:gh-pages" : " npm run flow.build && gulp deploy" ,
3939 "flow.tslint" : " tslint \" **/*.ts\" -c tslint.json --type-check -t prose -e \" node_modules/**\" -e \" test/**\" -e \" factories/**\" -e \" dist/**\" -e \" demo/**\" -e \" demo-dist/**\" " ,
4040 "flow.lint" : " npm run flow.tslint" ,
4848 "test:cover" : " COVERAGE=enabled npm run test" ,
4949 "changelog" : " conventional-changelog -i CHANGELOG.md -s -p angular" ,
5050 "github-release" : " conventional-github-releaser -p angular" ,
51- "preversion" : " npm run flow.lint && npm test && npm run e2e " ,
51+ "preversion" : " npm run flow.lint && npm test" ,
5252 "version" : " npm run changelog && git add CHANGELOG.md" ,
5353 "postversion" : " git push origin master && git push --tags && npm run github-release && node publish.js"
5454 },
You can’t perform that action at this time.
0 commit comments