Skip to content

Commit

Permalink
chore(package): add option --no-verify to release script
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Jun 22, 2019
1 parent 6ff50c2 commit e8dd098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"lint": "eslint --ignore-path .gitignore .",
"lint:fix": "npm run lint -- --fix",
"prepublishOnly": "npm run build",
"release": "standard-version",
"release": "standard-version --no-verify",
"test": "mocha",
"test:coverage": "nyc npm test",
"test:coverage:report": "nyc report --reporter=html",
Expand Down

0 comments on commit e8dd098

Please sign in to comment.