build: fix broken command

This commit is contained in:
Johannes Millan 2021-07-21 18:24:58 +02:00
parent 4ffc073fbe
commit ff23b5cfc0
6 changed files with 8 additions and 8 deletions

View file

@ -41,7 +41,7 @@ jobs:
- name: Install npm Packages
if: steps.npm-cache.outputs.cache-hit != 'true'
run: npmi
run: npm i
- name: Lint
run: npm run lint

View file

@ -29,7 +29,7 @@ jobs:
- name: Install npm Packages
if: steps.npm-cache.outputs.cache-hit != 'true'
run: npmi
run: npm i
- run: 'echo "$PROVISION_PROFILE" | base64 --decode > embedded.provisionprofile'
shell: bash

View file

@ -29,7 +29,7 @@ jobs:
- name: Install npm Packages
if: steps.npm-cache.outputs.cache-hit != 'true'
run: npmi
run: npm i
- name: Lint
run: npm run lint

View file

@ -34,7 +34,7 @@ jobs:
- name: Install npm Packages
if: steps.npm-cache.outputs.cache-hit != 'true'
run: npmi
run: npm i
- name: Lint
run: npm run lint

View file

@ -27,7 +27,7 @@ jobs:
- name: Install npm Packages
if: steps.npm-cache.outputs.cache-hit != 'true'
run: npmi
run: npm i
- name: Lint
run: npm run lint
@ -87,7 +87,7 @@ jobs:
- name: Install npm Packages
if: steps.npm-cache.outputs.cache-hit != 'true'
run: npmi
run: npm i
- run: 'echo "$PROVISION_PROFILE" | base64 --decode > embedded.provisionprofile'
shell: bash
@ -153,7 +153,7 @@ jobs:
- name: Install npm Packages
if: steps.npm-cache.outputs.cache-hit != 'true'
run: npmi
run: npm i
- name: Lint
run: npm run lint

View file

@ -29,7 +29,7 @@ jobs:
- name: Install npm Packages
if: steps.npm-cache.outputs.cache-hit != 'true'
run: npmi
run: npm i
- run: npm run lint
- run: npm run test