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 6fb9038 commit 52a9391Copy full SHA for 52a9391
ts-sdk/core/package.json
@@ -21,7 +21,8 @@
21
"scripts": {
22
"build": "wasm-pack build --out-dir ./dist/web --target web && wasm-pack build --out-dir ./dist/nodejs --target nodejs",
23
"test": "tsc --noEmit && vitest run tests",
24
- "clean": "cargo clean && rimraf dist"
+ "clean": "cargo clean && rimraf dist",
25
+ "prepublishOnly": "rimraf dist/web/.gitignore dist/nodejs/.gitignore"
26
},
27
"devDependencies": {
28
"@orca-so/whirlpools-client": "*",
0 commit comments