Skip to content

Commit b968366

Browse files
committed
Fix clean demo build
1 parent 4db6e4f commit b968366

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"type": "module",
77
"scripts": {
88
"dev": "vite --host 127.0.0.1",
9-
"build": "node ../../scripts/copy-fixture-pets.mjs && tsc -p tsconfig.json && vite build",
9+
"build": "node ../../scripts/copy-fixture-pets.mjs && tsc -b tsconfig.json && vite build",
1010
"test": "vitest run test/defaults.test.ts",
11-
"typecheck": "tsc -p tsconfig.json --noEmit"
11+
"typecheck": "tsc -b tsconfig.json --pretty false"
1212
},
1313
"dependencies": {
1414
"codex-pet-web": "^0.3.1",

0 commit comments

Comments
 (0)