Skip to content

Commit 18dbbc7

Browse files
committed
Use --omit=dev instead of --production.
1 parent 985c324 commit 18dbbc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
node-version: ${{ matrix.node }}
1616
cache: "npm"
1717
- run: npm cit
18-
- run: npm ci --production
18+
- run: npm ci --omit=dev
1919
- run: npm it
2020
working-directory: ./example
2121
lint:

0 commit comments

Comments
 (0)