Skip to content

Commit e8ef04d

Browse files
committed
remove unnecessary prepublish step
1 parent 45ea9f8 commit e8ef04d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
"dev": "tsc --watch",
2222
"format": "prettier nodes credentials --write",
2323
"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"
24+
"lintfix": "eslint nodes credentials package.json --fix"
2625
},
2726
"files": [
2827
"dist"

0 commit comments

Comments
 (0)