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.
2 parents db193bc + 555faf2 commit 44eb60aCopy full SHA for 44eb60a
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