Skip to content

Commit

Permalink
Build must run before linting and tests -- without turbo, let's try p…
Browse files Browse the repository at this point in the history
…repare
  • Loading branch information
NullVoxPopuli committed Dec 21, 2024
1 parent 2973370 commit 59297ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"url": "git+https://github.com/emberjs/ember.js.git"
},
"scripts": {
"prepare": "pnpm build",
"build:js": "rollup --config",
"build:types": "node types/publish.mjs",
"build": "npm-run-all build:*",
Expand Down Expand Up @@ -398,4 +399,5 @@
"node": "16.20.0",
"pnpm": "8.10.0"
}
}
}

0 comments on commit 59297ea

Please sign in to comment.