Skip to content

Commit

Permalink
fix: 不要なファイルを publish しない
Browse files Browse the repository at this point in the history
  • Loading branch information
koyasaeki committed Feb 10, 2024
1 parent 2762e0b commit 1bd1e66
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.github
src
node_modules
tsconfig
package-lock.json
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"author": "koyasaeki",
"main": "lib/index.js",
"scripts": {
"compile": "tsc"
"compile": "tsc",
"prepublish": "npm run compile"
},
"devDependencies": {
"@types/eslint": "8.44.8",
Expand Down

0 comments on commit 1bd1e66

Please sign in to comment.