We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19d9de0 commit 372aa31Copy full SHA for 372aa31
packages/intlayer-editor/package.json
@@ -63,7 +63,7 @@
63
"scripts": {
64
"build": "pnpm build:client && pnpm build:server",
65
"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",
+ "build:server": "tsup \"server/src/**/*.ts\" --config ./server/tsup.config.ts --tsconfig ./server/tsconfig.json && pnpm build:types",
67
"build:types": "tsc --project ./server/tsconfig.types.json && tsc-alias --project ./server/tsconfig.types.json",
68
"clean": "pnpm clean:client && pnpm clean:server",
69
"clean:client": "rimraf ./client/dist",
0 commit comments