Skip to content

Commit c539f65

Browse files
chore(package scripts): build command should run even if export dir is missing
1 parent 0d96090 commit c539f65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.2.0",
44
"scripts": {
55
"dev": "bun run rsbuild:dev",
6-
"build": "rm -rf ./export && tsc -p ./tsconfig.lib.json",
6+
"build": "rm -rf ./export ; tsc -p ./tsconfig.lib.json",
77
"compile": "bun run tsc",
88
"vite:dev": "nice -5 vite dev --debug hmr",
99
"vite:build": "nice -15 vite build",

0 commit comments

Comments
 (0)