Skip to content

Commit 0189a69

Browse files
authored
fix: Remove Module type from package.json (#425)
1 parent c1b27e1 commit 0189a69

File tree

4 files changed

+547
-63
lines changed

4 files changed

+547
-63
lines changed

.github/workflows/ci.yml

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: CI
22

33
on:
4+
pull_request:
5+
branches:
6+
- master
7+
- next
8+
- rc
49
push:
510
branches:
611
- master
@@ -25,8 +30,7 @@ jobs:
2530
uses: actions/setup-node@v2
2631
with:
2732
node-version: ${{ matrix.node }}
28-
29-
- name: Run tests
33+
- name: Run CI steps
3034
run: |
3135
npm ci
32-
npm t
36+
npm run ci

0 commit comments

Comments
 (0)