Skip to content

Commit

Permalink
feat: removed d.ts compress
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharth9890 committed Jan 30, 2024
1 parent 776a7b5 commit 055091e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint:fix": "eslint . --fix",
"format": "prettier --write .",
"prepare": "husky install",
"build": "rm -rf dist && tsc && scripts/compress.sh && node scripts/compress.js"
"build": "rm -rf dist && tsc && scripts/compress.sh"
},
"lint-staged": {
"*.ts": [
Expand Down

0 comments on commit 055091e

Please sign in to comment.