Skip to content

Commit

Permalink
chore: remove prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
DTrombett committed May 9, 2023
1 parent 6f7cd56 commit c91a6e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"scripts": {
"build": "tsup",
"lint": "eslint src --fix",
"prepare": "npm test",
"prettier": "prettier --write src/**/*.ts",
"start": "npm run build && node --trace-warnings --enable-source-maps .",
"test": "eslint src && tsc --noEmit && tsup _test.ts --format esm && node dist/_test.mjs",
Expand Down

0 comments on commit c91a6e7

Please sign in to comment.