Skip to content

Commit 8664eb1

Browse files
committed
chore: reorder commands in setup-dev-demo script for improved execution flow
1 parent 869a832 commit 8664eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
"migrate:all": "npm run migrate:sqlite && npm run migrate:mysql && npm run migrate:postgres && npm run migrate:clickhouse",
2828

29-
"setup-dev-demo": "npm run build-adminforth && npm link adminforth && cp .env.local .env && npm run install-plugins && npm run install-adapters && npm install && bash ./run_inventory.sh"
29+
"setup-dev-demo": "npm run build-adminforth && cp .env.local .env && npm run install-plugins && npm run install-adapters && npm install && npm link adminforth && bash ./run_inventory.sh"
3030
},
3131
"author": "",
3232
"license": "ISC",

0 commit comments

Comments
 (0)