Skip to content

Commit

Permalink
chore: remove clean script
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Sep 9, 2024
1 parent e988bdf commit 2eda1a5
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 @@ -16,10 +16,9 @@
"pretest": "npm run lint",
"test": "c8 npm run quick:test",
"lint": "eslint",
"clean": "del-cli build",
"copy:templates": "copyfiles \"src/**/stubs/**/*.stub\" build",
"typecheck": "tsc --noEmit",
"precompile": "npm run lint && npm run clean",
"precompile": "npm run lint",
"compile": "tsup-node && tsc --emitDeclarationOnly --declaration",
"postcompile": "npm run copy:templates",
"build": "npm run compile",
Expand Down

0 comments on commit 2eda1a5

Please sign in to comment.