Skip to content

Commit 13487fc

Browse files
committed
fix: rebuild
1 parent e9d49f9 commit 13487fc

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

dev-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"install-plugins": "cd ../plugins && bash install-plugins.sh",
2020
"install-adapters": "cd ../adapters && bash install-adapters.sh",
2121

22-
"setup-dev-demo": "npm run install-plugins && npm run install-adapters && npm install && npm run migrate:sqlite && npm run migrate:mysql && npm run migrate:postgres"
22+
"setup-dev-demo": "cp .env.sample .env && npm run install-plugins && npm run install-adapters && npm install && bash ./run_inventory.sh && npm run migrate:sqlite && npm run migrate:mysql && npm run migrate:postgres"
2323
},
2424
"author": "",
2525
"license": "ISC",
8.52 KB
Binary file not shown.

0 commit comments

Comments
 (0)