Skip to content

Commit

Permalink
Merge pull request #180 from dojoengine/fix-component
Browse files Browse the repository at this point in the history
fix: component generation
  • Loading branch information
ponderingdemocritus authored Apr 7, 2024
2 parents 50d4db1 + a98a9e9 commit 99a6490
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"main": "./dist/index.js",
"type": "module",
"scripts": {
"build": "tsup",
"postbuild": "cp -R bin dist/",
"build": "tsup && cp -R bin dist/",
"test": "vitest run --coverage"
},
"exports": {
Expand Down

0 comments on commit 99a6490

Please sign in to comment.