Skip to content

Commit

Permalink
[infra] Fix gen-wrapper-react wireit build output (#3159)
Browse files Browse the repository at this point in the history
* Fix wireit build output

* Add empty changeset
  • Loading branch information
augustjk committed Jul 21, 2022
1 parent 6450e17 commit cbe1c4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .changeset/fast-numbers-act.md
@@ -0,0 +1,2 @@
---
---
3 changes: 1 addition & 2 deletions packages/labs/gen-wrapper-react/test-output/package.json
Expand Up @@ -58,8 +58,7 @@
],
"command": "rollup -c",
"output": [
"*.{js,js.map,d.ts,d.ts.map}",
"!rollup.config.js"
"tests/*.{js,js.map,d.ts,d.ts.map}"
]
},
"test": {
Expand Down

0 comments on commit cbe1c4f

Please sign in to comment.