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