We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a95583c commit 1fd3a92Copy full SHA for 1fd3a92
package.json
@@ -60,8 +60,7 @@
60
"babel-flow": "babel src --out-dir lib --source-maps inline",
61
"build": "npm run clean && npm run babel-flow && cp src/index.d.ts lib/index.d.ts && cp src/index.js.flow lib/index.js.flow",
62
"preversion": "npm test",
63
- "version": "npm run build && git add -A",
64
- "postversion": "git push && git push --tags"
+ "version": "npm run build",
65
},
66
"repository": "express-vue/express-vue-renderer",
67
"license": "Apache-2.0",
0 commit comments