Skip to content

Commit

Permalink
Fix npm run clean-standalone script
Browse files Browse the repository at this point in the history
  • Loading branch information
staszekscp committed Nov 26, 2024
1 parent 6b631b5 commit bbd6009
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 @@ -12,7 +12,7 @@
"startAndroidEmulator": "./scripts/start-android.sh",
"postinstall": "./scripts/postInstall.sh",
"clean": "./scripts/clean.sh",
"clean-standalone": "./scripts/clean.sh",
"clean-standalone": "./scripts/clean.sh --new-dot",
"android": "./scripts/set-pusher-suffix.sh && ./scripts/run-build.sh --android",
"android-standalone": "./scripts/set-pusher-suffix.sh && ./scripts/run-build.sh --android --new-dot",
"ios": "./scripts/set-pusher-suffix.sh && ./scripts/run-build.sh --ios",
Expand Down

0 comments on commit bbd6009

Please sign in to comment.