Skip to content

Commit

Permalink
Add clean and build steps to stable shipit config
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacroldan committed Apr 23, 2024
1 parent a5c2d79 commit 4975bb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shipit.stable_3_59.yml
Expand Up @@ -11,6 +11,8 @@ dependencies:
- bash -i -c "pnpm install"
deploy:
override:
- bash -i -c "npm_config_loglevel=verbose pnpm clean"
- bash -i -c "npm_config_loglevel=verbose pnpm build"
- bash -i -c "npm_config_loglevel=verbose pnpm changeset publish"
# When this is no longer the latest stable version, do 2 things:
# 1. Replace the previous line with this, replacing 3.x with the actual version:
Expand Down

0 comments on commit 4975bb9

Please sign in to comment.