Skip to content

Commit

Permalink
add cross-env
Browse files Browse the repository at this point in the history
  • Loading branch information
taishinaritomi committed Sep 15, 2023
1 parent 1a30cd8 commit 00c7cab
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "run-p test:*",
"test:packages": "turbo run test --parallel",
"test:cargo": "cargo test -- --nocapture",
"check": "CARGO_TARGET_DIR=target_check RUSTFLAGS=\"-D warnings\" run-p check:*",
"check": "cross-env CARGO_TARGET_DIR=target_check RUSTFLAGS=\"-D warnings\" run-p check:*",
"check:packages": "turbo run check --parallel",
"check:eslint": "eslint . --ignore-path .check-ignore --max-warnings 0",
"check:prettier": "prettier . --check --ignore-path .check-ignore",
Expand Down Expand Up @@ -53,5 +53,8 @@
"typescript": "^5.1.6",
"vitest": "^0.33.0",
"wasm-pack": "^0.12.1"
},
"dependencies": {
"cross-env": "^7.0.3"
}
}
2 changes: 1 addition & 1 deletion playground/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"analyze": "ANALYZE=true next build"
"analyze": "cross-env ANALYZE=true next build"
},
"dependencies": {
"excss": "workspace:^",
Expand Down
18 changes: 12 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 00c7cab

Please sign in to comment.