Skip to content

Commit

Permalink
update npm run dev-deploy-contracts command
Browse files Browse the repository at this point in the history
  • Loading branch information
sisyphusSmiling committed Feb 15, 2024
1 parent 352fec4 commit a037f9e
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 @@ -11,7 +11,7 @@
"db-migrate-deploy": "prisma migrate deploy --preview-feature",
"db-seed": "node prisma/seed.mjs",
"deploy": "npm run build && npm run db-migrate-deploy && npm run db-seed",
"dev-deploy-contracts": "flow evm create-account 1000.0 && flow project deploy --network=emulator --update",
"dev-deploy-contracts": "flow project deploy --network=emulator --update",
"initial-transactions": "ts-node lib/initialTransactions.ts --loader ts-node/esm",
"lint": "eslint .",
"lint-fix": "eslint . --fix",
Expand Down

0 comments on commit a037f9e

Please sign in to comment.