1 parent 4db6e4f commit b968366Copy full SHA for b968366
1 file changed
apps/demo/package.json
@@ -6,9 +6,9 @@
6
"type": "module",
7
"scripts": {
8
"dev": "vite --host 127.0.0.1",
9
- "build": "node ../../scripts/copy-fixture-pets.mjs && tsc -p tsconfig.json && vite build",
+ "build": "node ../../scripts/copy-fixture-pets.mjs && tsc -b tsconfig.json && vite build",
10
"test": "vitest run test/defaults.test.ts",
11
- "typecheck": "tsc -p tsconfig.json --noEmit"
+ "typecheck": "tsc -b tsconfig.json --pretty false"
12
},
13
"dependencies": {
14
"codex-pet-web": "^0.3.1",
0 commit comments