Skip to content

Commit c9f5010

Browse files
author
VuXfi
committed
fix seed for demo
1 parent 3320f11 commit c9f5010

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"build:assets:modules": "npm run build:assets && npm run copy:modules",
2020
"start:seed": "cross-env SEED_DATA=true tsx --tsconfig ./fixture/tsconfig.json ./fixture/index.ts",
2121
"demo:build": "npm run copy:backend && npm run compile:backend && npm run build:assets && npm run copy:modules",
22-
"demo": "cross-env DEMO=true npm run start:seed"
22+
"demo": "cross-env SEED_DATA=true DEMO=true tsx --tsconfig ./fixture/tsconfig.json ./fixture/index.ts"
2323
},
2424
"keywords": [],
2525
"author": "",

0 commit comments

Comments
 (0)