We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 051fbe7 + f3359bc commit 3dda1b1Copy full SHA for 3dda1b1
.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