Skip to content

Commit

Permalink
fix codesandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Sep 17, 2022
1 parent 5977ce3 commit 0d204c9
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 @@ -52,7 +52,7 @@
"typescript": "lerna run --no-bail --parallel typescript",
"typescript:ci": "lerna run --concurrency 7 --no-bail --no-sort typescript",
"build:codesandbox": "yarn release:build",
"install:codesandbox": "PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 yarn install --ignore-engines",
"install:codesandbox": "rm -rf /home/node/.cache/yarn/v6/.tmp/ && PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 yarn install --ignore-engines",
"release:changelog": "node scripts/releaseChangelog",
"release:version": "lerna version --exact --no-changelog --no-push --no-git-tag-version",
"release:build": "lerna run --parallel --scope \"@mui/*\" build",
Expand Down

0 comments on commit 0d204c9

Please sign in to comment.