We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1546366 commit d7fca12Copy full SHA for d7fca12
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vuses",
3
- "version": "0.0.0",
+ "version": "0.0.0-development",
4
"description": "",
5
"keywords": [],
6
"main": "dist/vuses.umd.js",
@@ -120,7 +120,7 @@
120
"rollup-plugin-node-resolve": "5.2.0",
121
"rollup-plugin-sourcemaps": "^0.4.2",
122
"rollup-plugin-typescript2": "0.24.3",
123
- "semantic-release": "^15.9.16",
+ "semantic-release": "^15.13.28",
124
"shelljs": "^0.8.3",
125
"travis-deploy-once": "^5.0.9",
126
"ts-jest": "24.1.0",
@@ -141,7 +141,8 @@
141
"husky": {
142
"hooks": {
143
"pre-commit": "lint-staged",
144
- "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
+ "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
145
+ "pre-push": "npm run test:prod && npm run build"
146
}
147
148
0 commit comments