Skip to content

Commit 8af5131

Browse files
Fixing demo data load
Signed-off-by: Steve Springett <steve@springett.us>
1 parent d990d6a commit 8af5131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"scripts": {
1111
"dev": "tsx watch src/index.ts",
12-
"build": "tsc",
12+
"build": "tsc && node scripts/copy-assets.mjs",
1313
"start": "node dist/index.js",
1414
"migrate": "tsx src/db/migrate.ts",
1515
"db:reset": "rm -rf data/pglite && echo 'Database reset. It will be recreated on next server start.'",

0 commit comments

Comments
 (0)