Skip to content

Commit 52a9391

Browse files
authored
Fix a bug in publishing ts-sdk/core (#418)
1 parent 6fb9038 commit 52a9391

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ts-sdk/core/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"scripts": {
2222
"build": "wasm-pack build --out-dir ./dist/web --target web && wasm-pack build --out-dir ./dist/nodejs --target nodejs",
2323
"test": "tsc --noEmit && vitest run tests",
24-
"clean": "cargo clean && rimraf dist"
24+
"clean": "cargo clean && rimraf dist",
25+
"prepublishOnly": "rimraf dist/web/.gitignore dist/nodejs/.gitignore"
2526
},
2627
"devDependencies": {
2728
"@orca-so/whirlpools-client": "*",

0 commit comments

Comments
 (0)