Skip to content

Commit

Permalink
Remove prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfagnani committed Aug 19, 2024
1 parent b2a2dbd commit 2fbea95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"module": "playground-ide.js",
"main": "playground-ide.js",
"scripts": {
"prepare": "if [ -f './web-test-runner.config.js' ]; then cd node_modules/puppeteer && PUPPETEER_PRODUCT=firefox node install.js; fi",
"prepack": "wireit",
"update-version-module": "wireit",
"nuke": "npm run clean && rm -rf node_modules && npm install",
Expand Down

0 comments on commit 2fbea95

Please sign in to comment.