Skip to content

Commit

Permalink
Fix build directory not being included in tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
ifvictr committed Apr 3, 2020
1 parent 19f1b0b commit 6d05744
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
"url": "https://victortruong.com"
},
"main": "./build/index.js",
"files": [
"build/"
],
"scripts": {
"build": "yarn clean && babel ./src --out-dir ./build",
"clean": "rm -rf ./build && mkdir ./build",
Expand Down

0 comments on commit 6d05744

Please sign in to comment.