We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c5d614 commit 010b33dCopy full SHA for 010b33d
.github/workflows/release.yml
@@ -16,10 +16,10 @@ jobs:
16
registry-url: 'https://registry.npmjs.org'
17
- name: install
18
run: npm ci
19
- - name: test
20
- run: npm run test:ci
21
- name: build
22
run: npm run build
+ - name: test
+ run: npm run test:ci
23
- name: publish
24
run: npm publish --access public
25
env:
.github/workflows/test.yml
@@ -13,5 +13,7 @@ jobs:
13
node-version: 16
14
15
+ - name: build
+ run: npm run build
- name: test
run: npm run test:ci
0 commit comments