Skip to content

Commit

Permalink
Merge pull request #142 from bluecadet/fix-missing-files-in-scaffold
Browse files Browse the repository at this point in the history
fix missing files in scaffold
  • Loading branch information
claytercek authored Feb 1, 2024
2 parents f5f3c0e + b0433e7 commit 5c05222
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/good-penguins-wink.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@bluecadet/launchpad-scaffold": patch
---

fix missing files in scaffold
5 changes: 4 additions & 1 deletion packages/scaffold/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@
"files": [
"types",
"index.js",
"lib"
"config",
"scripts",
"setup.bat",
"setup.ps1"
],
"scripts": {
"start": "node index.js --",
Expand Down

0 comments on commit 5c05222

Please sign in to comment.