Skip to content

Commit

Permalink
chore: update promote script [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolethoen authored Feb 2, 2024
1 parent 90912eb commit fa64d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
- name: Install deps
run: yarn install --frozen-lockfile
- name: Build dist
run: yarn build && yarn build:umd
run: yarn build && yarn build:umd && yarn clean:exports
- name: Deploy to NPM and Github
run: .github/promote.sh

0 comments on commit fa64d43

Please sign in to comment.