Skip to content

Commit c74b977

Browse files
committed
fix(scripts): remove not ready things from scripts
1 parent baed746 commit c74b977

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
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",
@@ -48,7 +48,7 @@
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
},

0 commit comments

Comments
 (0)