Skip to content

Commit ab4075d

Browse files
committed
Quicker npm install
1 parent cb84512 commit ab4075d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
shell: bash
3434
steps:
3535
- uses: actions/checkout@v2
36-
- run: npm install
36+
- run: npm install --only=prod
3737
- uses: ./
3838
with: ${{ matrix.config }}
3939
id: install

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
shell: bash
3434
steps:
3535
- uses: actions/checkout@v2
36-
- run: npm install
36+
- run: npm install --only=prod
3737
- uses: oprypin/install-crystal@v1
3838
with: ${{ matrix.config }}
3939
id: install

0 commit comments

Comments
 (0)