mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-31 19:50:44 +00:00
build: fix broken command
This commit is contained in:
parent
4ffc073fbe
commit
ff23b5cfc0
6 changed files with 8 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
.github/workflows/lint-and-test-pr.yml
vendored
2
.github/workflows/lint-and-test-pr.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue