Skip to content

Commit 6df8518

Browse files
committed
Revert "use npm ci instead of npm install"
This reverts commit 288cd9c.
1 parent 288cd9c commit 6df8518

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish_react_component_library.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
registry-url: "https://registry.npmjs.org/"
3333

3434
- name: Install dependencies
35-
run: npm ci
35+
run: npm install
3636
working-directory: ./packages/react-components
3737

3838
- name: Install jq
@@ -77,7 +77,7 @@ jobs:
7777
node-version: ${{ env.GITHUB_NVMRC_VERSION }}
7878

7979
- name: Install dependencies
80-
run: npm ci
80+
run: npm install
8181
working-directory: ./packages/react-components
8282

8383
- name: Install jq
@@ -125,7 +125,7 @@ jobs:
125125
registry-url: "https://registry.npmjs.org/"
126126

127127
- name: Install dependencies
128-
run: npm ci
128+
run: npm install
129129
working-directory: ./packages/react-components
130130

131131
- name: Build components for publishing
@@ -157,7 +157,7 @@ jobs:
157157
node-version: ${{ env.GITHUB_NVMRC_VERSION }}
158158

159159
- name: Install dependencies
160-
run: npm ci
160+
run: npm install
161161
working-directory: ./packages/react-components
162162

163163
- name: Build components for publishing

0 commit comments

Comments
 (0)