Skip to content

Commit 609c323

Browse files
committed
Test removing cipm.
1 parent 266ec9b commit 609c323

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/deploy.yml

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
- name: Build website
1818
working-directory: website
1919
run: |
20-
npm ci
2120
npm install --global yarn
2221
yarn install
2322

.github/workflows/test-deploy.yml

-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@ jobs:
1717
- name: Test build
1818
working-directory: website
1919
run: |
20-
npm ci
2120
npm install --global yarn
2221
yarn install

0 commit comments

Comments
 (0)