Skip to content

Commit

Permalink
run tsc when package is installed as github dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gugu committed Dec 4, 2020
1 parent 4dcef6b commit a76c0bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"lint": "eslint --ext .ts src",
"lint-watch": "onchange 'src/**/*.ts' -- eslint {{file}}",
"lint:fix": "eslint --ext .ts --fix src",
"prepublishOnly": "tsc",
"prepack": "tsc",
"prettier-check": "prettier --config .prettierrc --check .",
"prettier-format": "prettier --config .prettierrc --write .",
"prettier-watch": "onchange 'src/**/*.ts' -- prettier --write {{file}}",
Expand Down

0 comments on commit a76c0bf

Please sign in to comment.