We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dcef6b commit f515f5eCopy full SHA for f515f5e
package.json
@@ -40,7 +40,7 @@
40
"lint": "eslint --ext .ts src",
41
"lint-watch": "onchange 'src/**/*.ts' -- eslint {{file}}",
42
"lint:fix": "eslint --ext .ts --fix src",
43
- "prepublishOnly": "tsc",
+ "prepare": "tsc",
44
"prettier-check": "prettier --config .prettierrc --check .",
45
"prettier-format": "prettier --config .prettierrc --write .",
46
"prettier-watch": "onchange 'src/**/*.ts' -- prettier --write {{file}}",
0 commit comments