Skip to content

Commit

Permalink
fix(ci): don't update remote config defaults in actions
Browse files Browse the repository at this point in the history
I'll just have to do it manually for now. It's not a huge deal since we check for new configs on load.

The issue is that the admin sdk can't authenticate with workload identity federation yet. Ref: firebase/firebase-admin-node#1377
  • Loading branch information
stdavis committed May 12, 2023
1 parent f2bf5b3 commit 69fd271
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -11,8 +11,8 @@
"build": "vite build",
"build:dev": "npm run build:dev:update-remote-config-defaults && npm run build && npm run build:storybook",
"build:dev:update-remote-config-defaults": "export GOOGLE_APPLICATION_CREDENTIALS=\"$PWD/src/functions/functions-key-dev.json\" && node src/build-scripts/updateRemoteConfigDefaults.js",
"build:prod": "npm run build:update-remote-config-defaults && npm run build",
"build:stage": "npm run build:update-remote-config-defaults && npm run build && npm run build:storybook",
"build:prod": "npm run build",
"build:stage": "npm run build && npm run build:storybook",
"build:storybook": "storybook build --output-dir ./dist/storybook",
"build:update-remote-config-defaults": "node src/build-scripts/updateRemoteConfigDefaults.js",
"copy:arcgis": "cpy \"./node_modules/@arcgis/core/assets/**\" ./public/assets",
Expand Down

0 comments on commit 69fd271

Please sign in to comment.