Skip to content

Commit

Permalink
Merge pull request #5 from amyboyd/main
Browse files Browse the repository at this point in the history
Build 'dist' directory before publishing.
  • Loading branch information
taylorjdawson authored Jul 4, 2021
2 parents 904714b + ecf8183 commit 4b06cc6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
"dist",
"yarn.lock"
],
"license": "WTFPL",
"scripts": {
"build": "tsc",
"generate": "ts-node src/build.ts",
"format": "prettier --write src/"
"format": "prettier --write src/",
"prepack": "yarn build"
},
"prepublish": "tsc",
"dependencies": {
"got": "^11.8.2"
},
Expand Down

0 comments on commit 4b06cc6

Please sign in to comment.