Skip to content

Commit

Permalink
fix(release): publish build folder
Browse files Browse the repository at this point in the history
Closes #474.
  • Loading branch information
rbardini committed Dec 30, 2020
1 parent 9249341 commit d0d9aa8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
"node": ">=10.18.1"
},
"files": [
"index.js",
"lib/*"
"build/*",
"!test-utils",
"!*.test.js"
],
"scripts": {
"dev": "babel-node lib/main.js",
Expand Down

0 comments on commit d0d9aa8

Please sign in to comment.