Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

Commit

Permalink
release: remove bad script
Browse files Browse the repository at this point in the history
  • Loading branch information
Xunnamius committed Aug 22, 2024
1 parent 27a0706 commit 7f48d56
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@
"check-types": "command -v unbuffer >/dev/null && (unbuffer tsc; unbuffer eslint .) | less -R -FX || (tsc; eslint .)",
"clean": "rm -rf dist",
"list-tasks": "npm run",
"prepublishOnly": "npm test && npm run build",
"postpublish": "npm run clean",
"repl": "command -v rlwrap >/dev/null && rlwrap npx -p @babel/core -p @babel/node babel-node",
"test": "BABEL_ENV=test jest"
},
Expand Down

0 comments on commit 7f48d56

Please sign in to comment.