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 6a956db commit b176257Copy full SHA for b176257
package.json
@@ -29,7 +29,7 @@
29
"format": "prettier nodes credentials --write",
30
"lint": "eslint nodes/**/*.ts credentials/**/*.ts package.json",
31
"lintfix": "eslint nodes/**/*.ts credentials/**/*.ts package.json --fix",
32
- "prepublishOnly": "pnpm build && pnpm lint -c .eslintrc.prepublish.js package.json",
+ "prepublishOnly": "pnpm build",
33
"release": "np --no-yarn --any-branch",
34
"test": "jest"
35
},
0 commit comments