Skip to content

Commit 5115e29

Browse files
committed
fix: avoids to build the whole SDK on npm prepare hook
1 parent eec0325 commit 5115e29

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@
1818
"lint": "biome check",
1919
"lint:fix": "biome check --write",
2020
"new:package": "NODE_OPTIONS='--import tsx' plop --plopfile=plopfile.ts",
21-
"prepare": "pnpm run build",
2221
"publish:results": "tsx scripts/publishResults.ts",
23-
"release": "pnpm changeset publish",
22+
"release": "pnpm run build && pnpm changeset publish",
2423
"spec": "vitest --project spec",
2524
"spec:borrow": "vitest --project spec packages/spec/markets/borrow.spec.ts",
2625
"spec:chains": "vitest --project spec packages/spec/misc/chains.spec.ts",

0 commit comments

Comments
 (0)