Skip to content

Commit

Permalink
chore: run cross-env with npx so that you don't need to run install b…
Browse files Browse the repository at this point in the history
…efore you run install (#1724)
  • Loading branch information
gribnoysup authored Nov 8, 2023
1 parent cc56f95 commit 7362f7a
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 @@ -9,7 +9,7 @@
"author": "Compass Team <[email protected]>",
"scripts": {
"bootstrap-with-chromium": "npm install && npm run compile",
"bootstrap": "cross-env PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=1 npm install && npm run compile",
"bootstrap": "npx cross-env PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=1 npm install && npm run compile",
"clean": "lerna clean -y && rm -Rf node_modules",
"check": "lerna run check --since HEAD --exclude-dependents",
"check-ci": "npm run check --workspaces --if-present",
Expand Down

0 comments on commit 7362f7a

Please sign in to comment.