Skip to content

Commit

Permalink
chore: run tasks during release only once
Browse files Browse the repository at this point in the history
  • Loading branch information
critocrito committed Nov 15, 2019
1 parent ca386d9 commit 2440fd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -16,8 +16,8 @@
"docs": "node ./scripts/make-docs.js",
"fix": "yarn lint --fix",
"lint": "eslint packages/**/lib/**/*.js test/**/*.js boilerplate-plugin/lib/**/*.js scripts/**/*.js",
"prerelease": "yarn test && yarn test:e2e",
"release": "yarn build && lerna publish --conventional-commits -m \"chore(release): Bumped to version %s.\"",
"prerelease": "yarn clean && yarn compile && yarn lint && yarn test && yarn test:e2e",
"release": "lerna publish --conventional-commits -m \"chore(release): Bumped to version %s.\"",
"setup": "yarn clean-mods && yarn install && lerna bootstrap && yarn compile",
"test": "yarn test:mocha",
"test:e2e": "cd project && yarn test-parallel",
Expand Down

0 comments on commit 2440fd5

Please sign in to comment.