Skip to content

Commit

Permalink
Add prepublishOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
BR88C committed Aug 4, 2021
1 parent 965ef0f commit baf92eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"build": "npm i && tsc",
"lint": "eslint ./src",
"lint:fix": "eslint ./src --fix",
"docs": "typedoc"
"docs": "typedoc",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit baf92eb

Please sign in to comment.