Skip to content

Commit fa64d43

Browse files
authored
chore: update promote script [ci skip]
1 parent 90912eb commit fa64d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/promote.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
- name: Install deps
2424
run: yarn install --frozen-lockfile
2525
- name: Build dist
26-
run: yarn build && yarn build:umd
26+
run: yarn build && yarn build:umd && yarn clean:exports
2727
- name: Deploy to NPM and Github
2828
run: .github/promote.sh

0 commit comments

Comments
 (0)