Skip to content

Commit

Permalink
build: whitelist files to include when publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
MrChocolatine committed Nov 11, 2021
1 parent 1e5142c commit 98564ea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@
"slugify",
"string"
],
"files": [
"/addon",
"/app",
"/config",
"/index.js"
],
"scripts": {
"build": "ember build --environment=production",
"lint": "npm-run-all --aggregate-output --continue-on-error --parallel \"lint:!(fix)\"",
Expand Down

0 comments on commit 98564ea

Please sign in to comment.