File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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 },
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments