Skip to content

Commit b176257

Browse files
committed
fix
1 parent 6a956db commit b176257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"format": "prettier nodes credentials --write",
3030
"lint": "eslint nodes/**/*.ts credentials/**/*.ts package.json",
3131
"lintfix": "eslint nodes/**/*.ts credentials/**/*.ts package.json --fix",
32-
"prepublishOnly": "pnpm build && pnpm lint -c .eslintrc.prepublish.js package.json",
32+
"prepublishOnly": "pnpm build",
3333
"release": "np --no-yarn --any-branch",
3434
"test": "jest"
3535
},

0 commit comments

Comments
 (0)