Skip to content

Commit bee92aa

Browse files
committed
chore(npm): rm unused file
1 parent 1cd2059 commit bee92aa

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

npm/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"private": true,
33
"scripts": {
44
"build": "tsdown --config='tsdown.config.ts'",
5-
"prepublishOnly": "bun build && bun run ./scripts/prepublish.ts"
5+
"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"
67
},
78
"dependencies": {
89
"tsdown": "^0.14.1",

npm/scripts/clean.sh

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)