Skip to content

Commit

Permalink
feat: Run tests before running release command
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-master committed Jan 12, 2021
1 parent c8faf33 commit 7b9c26e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"build:es": "cross-env BABEL_ENV=es babel src --out-dir es",
"build:umd": "cross-env BABEL_ENV=commonjs NODE_ENV=development npx webpack",
"build:umd:min": "cross-env BABEL_ENV=commonjs NODE_ENV=production npx webpack --mode production",
"prerelease": "npm run test",
"postrelease": "standard-version"
},
"husky": {
Expand Down

0 comments on commit 7b9c26e

Please sign in to comment.