We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52a7690 commit 9b04715Copy full SHA for 9b04715
package.json
@@ -7,8 +7,7 @@
7
"scripts": {
8
"test": "node tests/index.js",
9
"lint": "eslint lib",
10
- "prepublishOnly": "npm run lint && npm test && npm run build",
11
- "build": "node cjs/transpile.js"
+ "prepublishOnly": "npm run lint && npm test"
12
},
13
"files": [
14
"/lib"
0 commit comments