Skip to content

Commit

Permalink
chore: drop prepublish script
Browse files Browse the repository at this point in the history
  • Loading branch information
Avivbens committed Jun 11, 2024
1 parent 2c258cd commit 5894631
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 @@ -33,7 +33,6 @@
"lint": "eslint \"{src,test}/**/*.ts\"",
"lint:fix": "eslint \"{src,test}/**/*.ts\" --fix",
"prepare": "husky || exit 0",
"prepublish": "npm run build",
"start:dev": "node dist/index.js --inspect",
"test": "jest"
},
Expand Down Expand Up @@ -83,4 +82,4 @@
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}
}

0 comments on commit 5894631

Please sign in to comment.