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 6118e1e commit 681d235Copy full SHA for 681d235
src/package.json
@@ -46,7 +46,6 @@
46
"cd ../demo && rimraf hooks node_modules platforms && cd ../src && rimraf node_modules && npm run plugin.link",
47
"ci.tslint":
48
"npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**'",
49
- "pre-commit": "npm run lint-staged"
50
},
51
"lint-staged": {
52
"*.ts": ["prettier --write", "git add"]
0 commit comments