Skip to content

Commit

Permalink
Add files and use prepublishOnly instead prepublis.
Browse files Browse the repository at this point in the history
  • Loading branch information
masterT committed Feb 14, 2022
1 parent a41564d commit 9e189d5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@
"repository": "https://github.com/masterT/jsonapi-metal-client",
"author": "Simon Thiboutôt <[email protected]>",
"license": "MIT",
"files": [
"dist"
],
"scripts": {
"prepublish": "tsc",
"prepublishOnly": "tsc",
"build": "tsc",
"lint": "eslint .",
"type-guards": "ts-auto-guard --import-guards --guard-file-name='TypeGuards'",
Expand Down

0 comments on commit 9e189d5

Please sign in to comment.