Skip to content

Commit

Permalink
Remove npm ci command in pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
meleongg committed Dec 4, 2023
1 parent 7db8d97 commit 0c8121b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
node-version: "16.x"
- name: Install and Build
run: yarn install --frozen-lockfile && yarn build:staging
run: npm run build
env:
NEXT_PUBLIC_FIREBASE_API_KEY: ${{ secrets.DEV_NEXT_PUBLIC_FIREBASE_API_KEY }}
NEXT_PUBLIC_FIREBASE_APP_ID: ${{ secrets.DEV_NEXT_PUBLIC_FIREBASE_APP_ID }}
Expand Down

0 comments on commit 0c8121b

Please sign in to comment.