Skip to content

Commit

Permalink
fix: package missing dist folder (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvaroraminelli authored Nov 16, 2023
1 parent 0d8fe52 commit db3de61
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/thick-yaks-rhyme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@base-org/build-onchain-apps': patch
---

fix: CLI broken by missing dist files
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@
"access": "public",
"provenance": true
},
"files": [
"src/",
"dist/"
],
"nx": {
"includedScripts": []
},
Expand All @@ -64,5 +68,5 @@
"typings": "./src/index.d.ts",
"bin": {
"build-onchain-apps": "./src/index.js"
}
}
}
2 changes: 1 addition & 1 deletion project.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"executor": "@nx/js:tsc",
"outputs": ["{options.outputPath}"],
"options": {
"outputPath": "dist/@base-org/build-onchain-apps",
"outputPath": "dist",
"main": "./src/index.ts",
"tsConfig": "./tsconfig.lib.json",
"assets": ["*.md"]
Expand Down

0 comments on commit db3de61

Please sign in to comment.