This commit is contained in:
Samuel Newman
2026-05-22 11:18:49 +03:00
parent 8705ab42e5
commit b034b5b911
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ lint: ## Run style checks and verify syntax
.PHONY: deps
deps: ## Installs dependent libs using 'pnpm install'
pnpm install --frozen-lockfile
cd bskyembed && yarn install --frozen-lockfile
cd bskyembed && pnpm install --frozen-lockfile
.PHONY: nvm-setup
nvm-setup: ## Use NVM to install and activate node+pnpm
+1 -1
View File
@@ -87,7 +87,7 @@
"export": "expo export --dump-sourcemap && pnpm upload-native-sourcemaps",
"upload-native-sourcemaps": "pnpm exec sentry-expo-upload-sourcemaps dist",
"make-deploy-bundle": "bash scripts/bundleUpdate.sh",
"generate-web-stats": "EXPO_ATLAS=1 yarn build-web",
"generate-web-stats": "EXPO_ATLAS=1 pnpm build-web",
"open-analyzer": "npx expo-atlas .expo/atlas.jsonl",
"icons:optimize": "svgo -f ./assets/icons"
},