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 f3aec8d commit 498d085Copy full SHA for 498d085
.github/workflows/buildPR.yaml
@@ -11,6 +11,6 @@ jobs:
11
- uses: actions/setup-node@v1
12
with:
13
node-version: "14"
14
- - run: npm ci
15
- - run: npm run test
16
- - run: npm run build
+ - run: yarn
+ - run: yarn test
+ - run: yarn build
.github/workflows/publishToNpm.yaml
@@ -11,9 +11,9 @@ jobs:
17
- name: Release
18
env:
19
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments