Skip to content

Commit 372aa31

Browse files
committed
fix(intlayer-editor): correct build:server script syntax for windoes compatibility
1 parent 19d9de0 commit 372aa31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/intlayer-editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"scripts": {
6464
"build": "pnpm build:client && pnpm build:server",
6565
"build:client": "vite build --config ./client/vite.config.ts",
66-
"build:server": "tsup 'server/src/**/*.ts' --config ./server/tsup.config.ts --tsconfig ./server/tsconfig.json && pnpm build:types",
66+
"build:server": "tsup \"server/src/**/*.ts\" --config ./server/tsup.config.ts --tsconfig ./server/tsconfig.json && pnpm build:types",
6767
"build:types": "tsc --project ./server/tsconfig.types.json && tsc-alias --project ./server/tsconfig.types.json",
6868
"clean": "pnpm clean:client && pnpm clean:server",
6969
"clean:client": "rimraf ./client/dist",

0 commit comments

Comments
 (0)