Skip to content

Commit 4cbfcfb

Browse files
committed
Publish Pages workflow: use package.json clean-install command and not npm ci
* forgot the run >:)
1 parent bc8cd33 commit 4cbfcfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pages-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
key: ${{ runner.os }}}-${{ env.NODE_VERSION }}-node_modules-${{ hashFiles('package.json') }}
104104

105105
- name: Install dependencies
106-
run: npm clean-install
106+
run: npm run clean-install
107107

108108
- name: Build example project
109109
run: npm run build-dist

0 commit comments

Comments
 (0)