Skip to content

Commit 3a6d5dc

Browse files
committed
wip
1 parent 2a2392b commit 3a6d5dc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
"test": "jest",
4444
"start": "npm run server",
4545
"server": "tsx watch --clear-screen=false src/cli.ts server",
46-
"client": "tsx src/cli.ts client"
46+
"client": "tsx src/cli.ts client",
47+
"prepare": "npm run build"
4748
},
4849
"dependencies": {
4950
"content-type": "^1.0.5",
@@ -80,4 +81,4 @@
8081
"resolutions": {
8182
"strip-ansi": "6.0.1"
8283
}
83-
}
84+
}

0 commit comments

Comments
 (0)