Skip to content
This repository was archived by the owner on Feb 8, 2025. It is now read-only.

Commit 56ac6a3

Browse files
committed
ci(api): fix db:seed when run in alpine environment
1 parent f7a3d24 commit 56ac6a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"generate:edgeql": "npx -y concurrently -n edgeql-js,interfaces -c blue,magenta \"npx @edgedb/generate edgeql-js --target ts --force-overwrite\" \"npx @edgedb/generate interfaces\"",
1818
"generate:gql": "graphql-codegen --config codegen.ts",
1919
"db:prepare": "yarn db:migrate && yarn db:seed",
20-
"db:seed": "tsx ./dbschema/seed.ts",
20+
"db:seed": "yarn tsx ./dbschema/seed.ts",
2121
"db:migrate": "yarn with-env -- edgedb migrate"
2222
},
2323
"dependencies": {

0 commit comments

Comments
 (0)