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 b624cd1 commit a2dc2d6Copy full SHA for a2dc2d6
package.json
@@ -38,7 +38,6 @@
38
"scripts": {
39
"build": "babel --delete-dir-on-start -d lib/ src/",
40
"prepare": "npm run build",
41
- "prepublish": "npm run build",
42
"lint": "eslint . && prettier --loglevel=warn --check .",
43
"lint:fix": "eslint --fix . && prettier --loglevel=warn --write .",
44
"test": "npm run lint && npm run build && mocha test/*",
0 commit comments