We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6e71b1 commit ca49a74Copy full SHA for ca49a74
.github/workflows/release-beta.yml
@@ -22,9 +22,6 @@ jobs:
22
- name: Test
23
run: npm run test
24
25
- - name: Compile
26
- run: npm run build
27
-
28
- name: Publish
29
run: |
30
npm publish --tag beta
.github/workflows/release.yml
@@ -25,9 +25,6 @@ jobs:
31
32
33
npm publish
.github/workflows/test.yml
@@ -17,7 +17,5 @@ jobs:
17
registry-url: 'https://registry.npmjs.org'
18
- name: Deps
19
run: npm ci
20
- - name: Build
21
run: npm run test:ci
0 commit comments