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 9bf35bc commit 2b7570aCopy full SHA for 2b7570a
.github/workflows/nodejs.yml
@@ -20,6 +20,7 @@ jobs:
20
- name: build and test
21
run: |
22
npm i -g yarn
23
+ yarn install
24
yarn build
25
yarn test
26
env:
.github/workflows/npmpublish.yml
@@ -23,6 +23,7 @@ jobs:
27
28
29
0 commit comments