Skip to content

Commit

Permalink
Fixing vite rm node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
dlopezalvas authored Oct 3, 2024
1 parent d7256a5 commit 67834dd
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 @@ -97,7 +97,7 @@
"scripts": {
"postinstall": "sh scripts/copyEmberPB.sh && node ./scripts/change-pilas-versions.js",
"test": "jest",
"prestart": "rm node_modules/.vite/deps/* && node scripts/setEmberRoot.js public/emberPB ''",
"prestart": " [ -d node_modules/.vite/deps ] && rm node_modules/.vite/deps/*; node scripts/setEmberRoot.js public/emberPB ''",
"start": "vite",
"start:host": "vite --host",
"start:emberDev": "sh ./scripts/localEmber.sh",
Expand Down

0 comments on commit 67834dd

Please sign in to comment.