Skip to content

Commit 82a9773

Browse files
committed
chore: add postinstall + update workspace
1 parent f1346a6 commit 82a9773

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

app/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"scripts": {
77
"dev": "vite dev",
88
"build": "vite build",
9+
"postinstall": "cd .. && pnpm build",
910
"preview": "node .output/server/index.mjs"
1011
},
1112
"dependencies": {

pnpm-lock.yaml

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
packages:
2+
- app
23
- playground
3-
- nitro-app

0 commit comments

Comments
 (0)