Skip to content

Commit

Permalink
chore: update smoke test setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape committed Oct 4, 2024
1 parent 49c0497 commit 976b87c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/ci-preview-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ pnpm add unocss

# The dependencies below have to be pointed back to the repo
pnpm add "@jsx-email/app-preview@file:$REPO_DIR/apps/preview"
pnpm add "@jsx-email/minify-preset@file:$REPO_DIR/packages/minify-preset"
pnpm add "@jsx-email/plugin-inline@file:$REPO_DIR/packages/plugin-inline"
pnpm add "@jsx-email/plugin-minify@file:$REPO_DIR/packages/plugin-minify"
pnpm add "@jsx-email/plugin-pretty@file:$REPO_DIR/packages/plugin-pretty"
pnpm add "jsx-email@file:$REPO_DIR/packages/jsx-email"

# We have to link this due to the workspace dependency
Expand Down

0 comments on commit 976b87c

Please sign in to comment.