We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
prepublish
prepare
1 parent 0a74881 commit faef1fdCopy full SHA for faef1fd
package.json
@@ -6,7 +6,7 @@
6
"main": "lib/index.js",
7
"scripts": {
8
"test": "tav --ci && mocha test/index.js",
9
- "prepublish": "babel ./src --ignore test --out-dir ./lib",
+ "prepare": "babel ./src --ignore test --out-dir ./lib",
10
"pretest": "babel-node test/updateSchemaJson.js",
11
"tav": "tav",
12
"lint": "eslint 'src/**/*.js' 'test/**/*.js'"
0 commit comments