Skip to content

Commit

Permalink
Add dist/templates/\*\*/.gitignore to package.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
yutakobayashidev committed Mar 14, 2024
1 parent a9f5d1f commit ac79fda
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/quiet-seahorses-notice.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@hanabi.rest/cli": patch
---

Add dist/templates/\*\*/.gitignore to files in package.json
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"url": "https://github.com/hanabi-rest/cli"
},
"files": [
"dist"
"dist",
"dist/templates/**/.gitignore"
],
"keywords": [
"sqlite",
Expand All @@ -25,7 +26,7 @@
],
"scripts": {
"dev": "tsup --watch",
"build": "tsup && cp -r templates dist/",
"build": "tsup && cp -r templates dist/ && rm dist/templates/index.ts",
"typecheck": "tsc --noEmit",
"clean": "rimraf dist",
"start": "node dist/index.js",
Expand Down

0 comments on commit ac79fda

Please sign in to comment.