Skip to content

Commit b433095

Browse files
committed
chore(package.json): remove failing preversion
1 parent b9b5477 commit b433095

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
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",
@@ -44,7 +44,6 @@
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"

0 commit comments

Comments
 (0)