We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cd2059 commit bee92aaCopy full SHA for bee92aa
npm/package.json
@@ -2,7 +2,8 @@
2
"private": true,
3
"scripts": {
4
"build": "tsdown --config='tsdown.config.ts'",
5
- "prepublishOnly": "bun build && bun run ./scripts/prepublish.ts"
+ "prepublishOnly": "bun build && bun run ./scripts/prepublish.ts",
6
+ "clean": "rm -rf bin dist && rm -rf ./@foundry-rs/forge*/bin ./@foundry-rs/forge*/dist ./@foundry-rs/forge*/*.tgz"
7
},
8
"dependencies": {
9
"tsdown": "^0.14.1",
npm/scripts/clean.sh
0 commit comments