Skip to content

Commit

Permalink
Build 'dist' directory before publishing.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyboyd committed Jun 27, 2021
1 parent 904714b commit ecf8183
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 ecf8183

Please sign in to comment.