Skip to content

Commit

Permalink
コマンド修正
Browse files Browse the repository at this point in the history
  • Loading branch information
syou6162 committed Dec 27, 2020
1 parent 8d68577 commit 38012fa
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy_firebase_clooud_function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: '12'
- run: npm install
- run: npm install
working-directory: ./functions
- run: npm run-script lint
working-directory: ./functions
- run: npm run-script build
working-directory: ./functions
- run: npm --prefix functions run lint
- run: npm --prefix functions run build
- name: Setup Firebase CLI
run: npm install -g firebase-tools
- name: Deploy Firebase Cloud Functions
Expand Down

0 comments on commit 38012fa

Please sign in to comment.