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 4b7cb88 commit 925bb06Copy full SHA for 925bb06
.github/workflows/build.yaml
@@ -33,5 +33,5 @@ jobs:
33
- name: unit tests
34
run: npm run tests
35
- name: build
36
- run: npm run rollup
+ run: npm run build
37
.github/workflows/release.yaml
@@ -24,7 +24,7 @@ jobs:
24
- name: install dependencies
25
run: npm ci
26
27
28
- name: release
29
env:
30
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
0 commit comments