Skip to content

Commit

Permalink
updated build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Egge21M committed Dec 3, 2024
1 parent 439a09e commit 18b0470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"url": "https://github.com/cashubtc/cashu-ts/issues"
},
"scripts": {
"compile": "vite build && BUILD_FORMAT=iife vite build",
"compile": "rm -rf lib && vite build && BUILD_FORMAT=iife vite build",
"test": "vitest run --coverage --exclude ./test/integration.test.ts",
"test-integration": "vitest run ./test/integration.test.ts --coverage",
"dev": "tsc --watch",
Expand Down

0 comments on commit 18b0470

Please sign in to comment.