Skip to content

Commit

Permalink
build: package only necessary content
Browse files Browse the repository at this point in the history
  • Loading branch information
ricellis committed Feb 13, 2024
1 parent a86653f commit bca877c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,10 @@
"lint": "eslint --ignore-path .gitignore .",
"unit": "mocha --grep \"#unit\"",
"test": "npm run lint && npm run unit"
}
},
"files": [
"/app.js",
"/bin",
"/includes"
]
}

0 comments on commit bca877c

Please sign in to comment.