Skip to content

Commit 46e0564

Browse files
committed
Add the -- for npm
1 parent cfa3e5a commit 46e0564

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
- run: npm update
3535

3636
- name: Tests
37-
run: npm test --no-lint
37+
run: npm test -- --no-lint
3838

3939
- name: Linter
40-
run: npm lint
40+
run: npm run lint
4141

4242
- name: Validate the browser can import TypeScript
4343
run: gulp test-browser-integration

0 commit comments

Comments
 (0)