Skip to content

Commit 3dda1b1

Browse files
authored
Merge pull request #17 from github/add-missing-run
2 parents 051fbe7 + f3359bc commit 3dda1b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
cache: npm
1717
- run: npm ci
1818
- run: npm test
19-
- run: npm build
19+
- run: npm run build
2020
- run: |
2121
echo "Publishing $TAG_NAME"
2222
npm version ${TAG_NAME} --git-tag-version=false

0 commit comments

Comments
 (0)