Skip to content

Commit

Permalink
fix: include ts files in sample app create
Browse files Browse the repository at this point in the history
  • Loading branch information
maribethb committed Oct 25, 2023
1 parent 517ba1b commit cfa7389
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/dev-create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
],
"files": [
"*",
"templates/sample-app/*"
"templates/sample-app/*",
"templates/sample-app-ts/*"
],
"scripts": {
"prepack": "cp -r ../../examples/sample-app ./templates && cp -r ../../examples/sample-app-ts ./templates"
Expand Down

0 comments on commit cfa7389

Please sign in to comment.