Skip to content

Commit

Permalink
remove unnecessary prepublish step
Browse files Browse the repository at this point in the history
  • Loading branch information
mazen-r committed Oct 21, 2024
1 parent 45ea9f8 commit e8ef04d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
"dev": "tsc --watch",
"format": "prettier nodes credentials --write",
"lint": "eslint nodes credentials package.json",
"lintfix": "eslint nodes credentials package.json --fix",
"prepublishOnly": "npm run build && npm run lint -c .eslintrc.prepublish.js nodes credentials package.json"
"lintfix": "eslint nodes credentials package.json --fix"
},
"files": [
"dist"
Expand Down

0 comments on commit e8ef04d

Please sign in to comment.