Skip to content

Commit 12197f6

Browse files
committed
dev-demo: add install plugins and install dapaters in dev demo
1 parent 6f9930e commit 12197f6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dev-demo/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
"env": "dotenvx run -f .env.local -f .env --overload --",
99
"start": "npm run env -- tsx watch index.ts",
1010
"makemigration": "npm run _env:dev -- npx --yes prisma migrate dev --create-only",
11-
"migrate:local": "npm run _env:dev -- npx --yes prisma migrate deploy"
11+
"migrate:local": "npm run _env:dev -- npx --yes prisma migrate deploy",
12+
"install-plugins": "cd ../plugins && bash install-plugins.sh",
13+
"install-adapters": "cd ../adapters && bash install-adapters.sh"
1214
},
1315
"author": "",
1416
"license": "ISC",

0 commit comments

Comments
 (0)