We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2d6bf4 commit 4829b0fCopy full SHA for 4829b0f
1 file changed
package.json
@@ -7,7 +7,9 @@
7
"ember-module-migrator": "./bin/ember-module-migrator"
8
},
9
"scripts": {
10
- "test": "mocha test/**/*-test.js"
+ "test": "mocha test/**/*-test.js",
11
+ "preversion": "npm test",
12
+ "postversion": "git push && git push --tags"
13
14
"author": "Robert Jackson <[email protected]>",
15
"license": "MIT",
0 commit comments