Skip to content

Commit

Permalink
chore: bring back prebuild script
Browse files Browse the repository at this point in the history
... because i don't trust tsup lol
  • Loading branch information
kanadgupta committed Sep 27, 2023
1 parent 8f03d80 commit c27d2e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"lint": "npm run lint:types && npm run lint:ts && npm run prettier",
"lint:ts": "eslint . --ext .js,.ts",
"lint:types": "tsc",
"prebuild": "rm -rf dist/",
"prepack": "npm run build",
"prettier": "prettier --check .",
"prettier:write": "prettier --check --write .",
Expand Down

0 comments on commit c27d2e4

Please sign in to comment.