Skip to content

Commit cb13cc1

Browse files
author
Test User
committed
fix
1 parent 82d14ae commit cb13cc1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"templates/"
2121
],
2222
"scripts": {
23-
"build": "tsc --build tsconfig.json && tsc-alias -p tsconfig.json && node build.mjs",
23+
"build": "tsc --build tsconfig.json --force && tsc-alias -p ../core/tsconfig.json && tsc-alias -p ../server/tsconfig.json && tsc-alias -p tsconfig.json && node build.mjs",
2424
"verify": "tsc --build tsconfig.json --dry",
2525
"test": "vitest run",
2626
"prepublishOnly": "yarn build && yarn test",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
},
1818
"scripts": {
19-
"build": "tsc --build tsconfig.json && tsc-alias -p tsconfig.json",
19+
"build": "tsc --build tsconfig.json --force && tsc-alias -p tsconfig.json",
2020
"verify": "tsc --build tsconfig.json --dry",
2121
"test": "vitest run"
2222
},

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
},
1818
"scripts": {
19-
"build": "tsc --build tsconfig.json && tsc-alias -p tsconfig.json",
19+
"build": "tsc --build tsconfig.json --force && tsc-alias -p tsconfig.json",
2020
"build:watch": "tsc --build tsconfig.json --watch",
2121
"verify": "tsc --build tsconfig.json --dry",
2222
"test": "vitest run"

0 commit comments

Comments
 (0)