Skip to content

Commit

Permalink
build: remove rm rf
Browse files Browse the repository at this point in the history
  • Loading branch information
GalvinGao committed Jul 13, 2023
1 parent 1a09cc4 commit d182c1f
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 @@ -11,7 +11,7 @@
"app:sync-cordova-res": "yarn app:sync-cordova-res:ios && yarn app:sync-cordova-res:android",
"app:sync-cordova-res:android": "cordova-res android --skip-config --copy",
"app:sync-cordova-res:ios": "cordova-res ios --skip-config --copy",
"build:app": "cross-env-shell PENGUIN_PLATFORM=app \"yarn build:base && rm -rf dist/fonts/*.woff && rm -rf dist/fonts/*.woff2 && rm -rf dist/js/*.map && capacitor copy",
"build:app": "cross-env-shell PENGUIN_PLATFORM=app \"yarn build:base && rm -rf dist/fonts/*.woff && rm -rf dist/fonts/*.woff2 && rm -rf dist/js/*.map && capacitor copy\"",
"build:app:preview": "yarn build:app && yarn serve:built",
"build:base": "npx --max_old_space_size=4096 vue-cli-service build",
"build:web": "cross-env-shell PENGUIN_PLATFORM=web \"yarn build:base && echo 'Artifacts built under dist/'\"",
Expand Down

0 comments on commit d182c1f

Please sign in to comment.