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 cb576fd commit a4a62adCopy full SHA for a4a62ad
.github/workflows/publish.yml
@@ -17,6 +17,8 @@ jobs:
17
cache: 'yarn'
18
- run: yarn install --frozen-lockfile
19
- run: yarn test
20
+ - run: yarn build
21
+ - run: yarn build:node
22
- uses: JS-DevTools/npm-publish@19c28f1ef146469e409470805ea4279d47c3d35c # v3.1.1
23
with:
24
token: ${{ secrets.NPM_TOKEN }}
0 commit comments