Skip to content

Commit

Permalink
Merge pull request #85 from bywhitebird/hotfix/0.2.0-release
Browse files Browse the repository at this point in the history
build(Alakazam): not run prepare:edgedb in CI environment
  • Loading branch information
arthur-fontaine authored Feb 21, 2024
2 parents dc15172 + ada7b26 commit 292d6e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/alakazam/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"postinstall": "pnpm prepare",
"prepare:nuxt": "nuxt prepare",
"prepare:panda": "panda codegen",
"prepare:edgedb": "pnpm init-db && edgedb-generate edgeql-js",
"prepare:edgedb": "if [ -z \"$CI\" ]; then pnpm init-db && edgedb-generate edgeql-js; fi",
"prepare": "npm-run-all prepare:*",
"init-db": "edgedb project info || edgedb project init --non-interactive",
"migrate-db": "edgedb migration create && edgedb migrate && pnpm prepare:edgedb"
Expand Down

0 comments on commit 292d6e1

Please sign in to comment.