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.
run
1 parent 051fbe7 commit f3359bcCopy full SHA for f3359bc
.github/workflows/publish.yml
@@ -16,7 +16,7 @@ jobs:
16
cache: npm
17
- run: npm ci
18
- run: npm test
19
- - run: npm build
+ - run: npm run build
20
- run: |
21
echo "Publishing $TAG_NAME"
22
npm version ${TAG_NAME} --git-tag-version=false
0 commit comments