Skip to content

Commit

Permalink
chore: remove spurios esbuild from CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimsynz committed Jul 27, 2023
1 parent 4c0e0d6 commit 3f92d73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,6 @@ steps:
- mix git_ops.project_info --format=shell > app.env
- . ./app.env
- mkdir artifacts
- mix esbuild prod
- mix hex.build -o "artifacts/$${APP_NAME}-$${APP_VERSION}-pkg.tar"
- gzip "artifacts/$${APP_NAME}-$${APP_VERSION}-pkg.tar"
- mix docs
Expand Down

0 comments on commit 3f92d73

Please sign in to comment.