Skip to content

Commit 99bd999

Browse files
author
Robert Jackson
committed
Remove manual preversion / postversion scripts (use np instead).
1 parent 49a24e1 commit 99bd999

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
"ember-module-migrator": "./bin/ember-module-migrator"
88
},
99
"scripts": {
10-
"test": "mocha test/*-test.js test/**/*-test.js",
11-
"preversion": "npm test",
12-
"postversion": "git push && git push --tags && npm publish"
10+
"test": "mocha test/*-test.js test/**/*-test.js"
1311
},
1412
"author": "Robert Jackson <[email protected]>",
1513
"license": "MIT",

0 commit comments

Comments
 (0)