Skip to content

Commit 35db5bc

Browse files
committed
chore: update setup-dev-demo script to use .env.local and remove sqlite journal file
1 parent 13487fc commit 35db5bc

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": "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"
22+
"setup-dev-demo": "cp .env.local .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)