Skip to content

Commit

Permalink
Publish Pages workflow: use package.json clean-install command and no…
Browse files Browse the repository at this point in the history
…t npm ci

* forgot the run >:)
  • Loading branch information
JackNoordhuis committed Sep 25, 2023
1 parent bc8cd33 commit 4cbfcfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
key: ${{ runner.os }}}-${{ env.NODE_VERSION }}-node_modules-${{ hashFiles('package.json') }}

- name: Install dependencies
run: npm clean-install
run: npm run clean-install

- name: Build example project
run: npm run build-dist
Expand Down

0 comments on commit 4cbfcfb

Please sign in to comment.