Skip to content

Commit

Permalink
Fix migrations script reference
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejearley committed Jun 29, 2023
1 parent 3030d37 commit 988197b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dev:landing": "npm run dev --workspace @casimir/landing",
"docgen": "npm run docgen --workspace @casimir/ethereum",
"lint": "eslint --ext .vue,.ts ./ --fix",
"migrate:users": "npm run migrations --workspace @casimir/users",
"migrations:users": "npx esno -r dotenv/config scripts/migrations/users.ts",
"postinstall": "npm run build --workspace @casimir/ethereum",
"preinstall": "git submodule update --init --recursive && git submodule foreach --recursive git checkout .",
"prepare": "husky install",
Expand Down

0 comments on commit 988197b

Please sign in to comment.