Skip to content

Commit 1fd3a92

Browse files
updating build scripts
1 parent a95583c commit 1fd3a92

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@
6060
"babel-flow": "babel src --out-dir lib --source-maps inline",
6161
"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",
6262
"preversion": "npm test",
63-
"version": "npm run build && git add -A",
64-
"postversion": "git push && git push --tags"
63+
"version": "npm run build",
6564
},
6665
"repository": "express-vue/express-vue-renderer",
6766
"license": "Apache-2.0",

0 commit comments

Comments
 (0)