Skip to content

Commit 7062127

Browse files
committed
fix
1 parent fd9d7b3 commit 7062127

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
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 nodes/**/*.ts credentials/**/*.ts package.json",
33-
"release": "pnpm test && pnpm build && np --no-yarn --any-branch",
32+
"prepublishOnly": "pnpm build && pnpm lint -c .eslintrc.prepublish.js package.json",
33+
"release": "np --no-yarn --any-branch",
3434
"test": "jest"
3535
},
3636
"files": [

0 commit comments

Comments
 (0)