Skip to content

Commit fb10f21

Browse files
committed
fix: join npm ci with dev deps
1 parent 36f6941 commit fb10f21

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,9 @@ jobs:
4949
with:
5050
node-version-file: package.json
5151
cache: "npm"
52-
- name: Install dependencies & build
53-
run: npm ci
54-
- name: Remove dev dependencies
52+
- name: Install dependencies, build and remove dev dependencies
5553
run: |
54+
npm ci
5655
rm -rf node_modules
5756
npm pkg set scripts.prepare="exit 0"
5857
npm install --omit=dev

0 commit comments

Comments
 (0)