Skip to content

Commit

Permalink
chore: build recipes before building package (#3441)
Browse files Browse the repository at this point in the history
* chore: build recipes before building package

* chore: changeset

---------

Co-authored-by: Chad Nehemiah <[email protected]>
Co-authored-by: Sérgio Torres <[email protected]>
  • Loading branch information
3 people authored Dec 10, 2024
1 parent 3a178b0 commit debdf3b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .changeset/twelve-keys-greet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
---

chore: build recipes before building package
4 changes: 2 additions & 2 deletions packages/recipes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"dist"
],
"scripts": {
"build": "run-s build:package build:recipes build:format",
"build:package": "tsup",
"build": "run-s build:recipes build:package build:format",
"build:recipes": "tsx ./scripts/build-recipes.ts",
"build:package": "tsup",
"build:format": "prettier --config ../../.prettierrc --log-level error --write .",
"postbuild": "tsx ../../scripts/postbuild.ts"
},
Expand Down

0 comments on commit debdf3b

Please sign in to comment.