Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

package.json: cp --verbose doesn't exist on macos (#2501)

authored by

Eli Mallon and committed by
GitHub
c0261fc9 95d771b3

+1 -1
+1 -1
package.json
··· 12 12 "android": "expo run:android", 13 13 "ios": "expo run:ios", 14 14 "web": "expo start --web", 15 - "build-web": "expo export:web && node ./scripts/post-web-build.js && cp --verbose ./web-build/static/js/*.* ./bskyweb/static/js/", 15 + "build-web": "expo export:web && node ./scripts/post-web-build.js && cp -v ./web-build/static/js/*.* ./bskyweb/static/js/", 16 16 "build-all": "yarn intl:build && eas build --platform all", 17 17 "start": "expo start --dev-client", 18 18 "start:prod": "expo start --dev-client --no-dev --minify",