Skip to content

Commit 44eb60a

Browse files
authored
Merge pull request #71 from contentstack/fix/ignore-lint-on-publish
fix: removes linting script
2 parents db193bc + 555faf2 commit 44eb60a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,8 @@
2626
"prebuild": "rimraf dist",
2727
"build": "tsc && rollup -c",
2828
"format": "prettier --write \"src/**/*.ts\"",
29-
"lint": "tslint -p tsconfig.json",
3029
"prepare": "husky install && npm run build",
31-
"prepublishOnly": "npm test && npm run lint",
32-
"preversion": "npm run lint",
30+
"prepublishOnly": "npm test",
3331
"version": "npm run format && git add -A src",
3432
"postversion": "git push && git push --tags"
3533
},

0 commit comments

Comments
 (0)