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 5a354ea commit 808c973Copy full SHA for 808c973
.github/workflows/npm-publish.yml
@@ -9,14 +9,15 @@ on:
9
10
jobs:
11
publish-npm:
12
- needs: build
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v3
16
- uses: actions/setup-node@v3
17
with:
18
node-version: 16
19
registry-url: https://registry.npmjs.org/
+ - run: npm install
20
+ - run: npm build-lib
21
- run: npm ci
22
- run: npm publish --access=public
23
env:
0 commit comments