Skip to content

Commit

Permalink
Remove npm ci in parser and WebExample
Browse files Browse the repository at this point in the history
  • Loading branch information
tomekzaw committed Apr 12, 2024
1 parent ed0ac45 commit 32c837e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 18 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ jobs:
- name: Install node_modules
run: yarn install --immutable

- name: Install WebExample node_modules
working-directory: WebExample
run: npm ci

- name: Build app
working-directory: WebExample
run: npx expo export:web
8 changes: 0 additions & 8 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,6 @@ jobs:
- name: Install node_modules
run: yarn install --immutable

- name: Install parser node_modules
working-directory: parser
run: npm ci

- name: Install WebExample node_modules
working-directory: WebExample
run: npm ci

- name: Verify there's no parser diff
working-directory: parser
run: |
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,8 @@ jobs:
with:
node-version: "16.x"

- name: Setup web example
run: npm ci
working-directory: ./WebExample

- run: yarn install --immutable

- name: Install node_modules
run: yarn install --immutable

- name: Verify there's no Prettier diff
run: |
Expand Down

0 comments on commit 32c837e

Please sign in to comment.