Skip to content

Commit

Permalink
fix: use cross-env for mine start
Browse files Browse the repository at this point in the history
  • Loading branch information
Gobot1234 committed Sep 19, 2024
1 parent 9eca38e commit 52fc529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/mine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "cargo build --release",
"build:dev": "cargo build",
"format": "rustfmt src/*.rs --edition=2021",
"start": "cargo run",
"start": "cross-env OP_ACCOUNT=iforge.1password.com op run --env-file=../../config/mine/.env.production.tpl -- cargo run --release",
"dev": "cross-env OP_ACCOUNT=iforge.1password.com op run --env-file=../../config/mine/.env.development.tpl -- cargo watch -x run",
"lint": "cargo clippy",
"lint:fix": "cargo clippy --fix"
Expand Down

0 comments on commit 52fc529

Please sign in to comment.