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 1856876 commit 68c6950Copy full SHA for 68c6950
1 file changed
.github/workflows/publish.yml
@@ -15,6 +15,7 @@ jobs:
15
registry-url: https://registry.npmjs.org/
16
- name: Publish to npm and push API docs
17
run: |
18
+ npm ci
19
OUTPUT=$(npm run release)
20
VERSION=v$(echo $OUTPUT | rev | cut -d'@' -f 1 | rev)
21
cd ..
0 commit comments