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 45ea9f8 commit e8ef04dCopy full SHA for e8ef04d
package.json
@@ -21,8 +21,7 @@
21
"dev": "tsc --watch",
22
"format": "prettier nodes credentials --write",
23
"lint": "eslint nodes credentials package.json",
24
- "lintfix": "eslint nodes credentials package.json --fix",
25
- "prepublishOnly": "npm run build && npm run lint -c .eslintrc.prepublish.js nodes credentials package.json"
+ "lintfix": "eslint nodes credentials package.json --fix"
26
},
27
"files": [
28
"dist"
0 commit comments