We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d96090 commit c539f65Copy full SHA for c539f65
package.json
@@ -3,7 +3,7 @@
3
"version": "0.2.0",
4
"scripts": {
5
"dev": "bun run rsbuild:dev",
6
- "build": "rm -rf ./export && tsc -p ./tsconfig.lib.json",
+ "build": "rm -rf ./export ; tsc -p ./tsconfig.lib.json",
7
"compile": "bun run tsc",
8
"vite:dev": "nice -5 vite dev --debug hmr",
9
"vite:build": "nice -15 vite build",
0 commit comments