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 db193bc commit 555faf2Copy full SHA for 555faf2
package.json
@@ -26,10 +26,8 @@
26
"prebuild": "rimraf dist",
27
"build": "tsc && rollup -c",
28
"format": "prettier --write \"src/**/*.ts\"",
29
- "lint": "tslint -p tsconfig.json",
30
"prepare": "husky install && npm run build",
31
- "prepublishOnly": "npm test && npm run lint",
32
- "preversion": "npm run lint",
+ "prepublishOnly": "npm test",
33
"version": "npm run format && git add -A src",
34
"postversion": "git push && git push --tags"
35
},
0 commit comments