We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 869a832 commit 8664eb1Copy full SHA for 8664eb1
dev-demo/package.json
@@ -26,7 +26,7 @@
26
27
"migrate:all": "npm run migrate:sqlite && npm run migrate:mysql && npm run migrate:postgres && npm run migrate:clickhouse",
28
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"
+ "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"
30
},
31
"author": "",
32
"license": "ISC",
0 commit comments