Skip to content

Commit

Permalink
Merge pull request #84 from bywhitebird/hotfix/0.2.0-release
Browse files Browse the repository at this point in the history
Hotfix/0.2.0 release (fix previous PR)
  • Loading branch information
arthur-fontaine authored Feb 21, 2024
2 parents 874712b + 5b327e2 commit dc15172
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion apps/alakazam/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
"postinstall": "pnpm prepare",
"prepare:nuxt": "nuxt prepare",
"prepare:panda": "panda codegen",
"prepare:edgedb": "edgedb-generate edgeql-js",
"prepare:edgedb": "pnpm init-db && edgedb-generate edgeql-js",
"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"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"packages/*",
"examples/*"
],
"packageManager": "pnpm@7.15.0",
"packageManager": "pnpm@8.15.3",
"license": "MIT",
"engines": {
"node": ">=18.0.0"
Expand Down

0 comments on commit dc15172

Please sign in to comment.