Skip to content

Commit 3c8f525

Browse files
authored
Update publish.yml
1 parent 3f94e94 commit 3c8f525

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
with:
2828
node-version: 12
2929
- run: npm ci
30+
- run: npm run build-simplified-ui
31+
- run: npm publish dist
3032
- uses: JS-DevTools/npm-publish@v1
3133
with:
3234
token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)