Skip to content

Commit

Permalink
Prepare running twice (#1036)
Browse files Browse the repository at this point in the history
Since #1031 running local commands like pnpm install causes the addon build to run twice.

This is because we added a workspace-level prepare script while leaving the package-level prepare script in place.

This PR removes the workspace-level prepare script to restore a single build being run.
  • Loading branch information
gilest authored Dec 7, 2023
1 parent 88c1ea2 commit a5b98e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"private": true,
"scripts": {
"ember-try-one": "pnpm -F test-app ember-try-one",
"prepare": "pnpm -F ember-file-upload prepare",
"release": "pnpm prepare && pnpm -F ember-file-upload release",
"start": "npm-run-all --parallel start:*",
"start:addon": "pnpm -F ember-file-upload start",
Expand Down

0 comments on commit a5b98e6

Please sign in to comment.