Skip to content

Commit

Permalink
windows style env echo in postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
Frizi committed Jan 1, 2025
1 parent a96ed5b commit 4a4b4ba
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 @@ -44,7 +44,7 @@
"git-clean": "git clean -xfd --exclude='.env*'",
"ci:chromatic:react": "corepack pnpm run -r --filter enso-gui chromatic:react",
"ci:chromatic:vue": "corepack pnpm run -r --filter enso-gui chromatic:vue",
"postinstall": "echo $BAZEL_VC && bazel run //:write_all --verbose_failures"
"postinstall": "echo %BAZEL_VC% && bazel run //:write_all --verbose_failures"
},
"pnpm": {
"//": "To completely ignore deep dependencies, see .pnpmfile.cjs",
Expand Down

0 comments on commit 4a4b4ba

Please sign in to comment.