We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d9dc71 commit ebb608fCopy full SHA for ebb608f
.github/publish.yml
@@ -39,9 +39,6 @@ jobs:
39
- name: Run all tests
40
run: npm test
41
42
- - name: Generate and check types
43
- run: npm run types
44
-
45
- name: Release and publish
46
run: npx semantic-release
47
env:
.github/pull-request.yml
@@ -24,14 +24,8 @@ jobs:
24
with:
25
node-version: ${{ matrix.node-version }}
26
27
- - name: npm install
28
- run: npm install
+ - run: npm install
29
30
- - name: npm lint
31
- run: npm run lint
+ - run: npm run lint
32
33
- - name: npm types
34
35
36
- - name: npm test
37
- run: npm test
+ - run: npm test
0 commit comments