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 a9a77d8 commit 959b47fCopy full SHA for 959b47f
.github/workflows/release.yml
@@ -16,6 +16,8 @@ jobs:
16
with:
17
node-version: 12
18
registry-url: https://registry.npmjs.org/
19
+ - name: Install deps and build
20
+ run: yarn
21
- name: Publish to NPM
22
run: npm publish
23
env:
0 commit comments