Skip to content

Commit f3359bc

Browse files
authored
add missing run
1 parent 051fbe7 commit f3359bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
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)