Skip to content

Commit c1c25d5

Browse files
committed
Temporarily disable self-lint
1 parent 2061052 commit c1c25d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@
103103
"format": "prettier --write '{src,__tests__,declarations,bin,default_theme}/**/*.js' --single-quote",
104104
"doc": "./bin/documentation.js build lib/index.js -f md --access=public > docs/NODE_API.md",
105105
"changelog": "standard-changelog -i CHANGELOG.md -w",
106-
"self-lint": "node ./bin/documentation.js lint",
107-
"test": "npm run build && eslint src && are-we-flow-yet src && flow check && npm run self-lint && jest --runInBand"
106+
"self-lint": "node ./bin/documentation.js lint src",
107+
"test": "npm run build && eslint src && are-we-flow-yet src && flow check && jest --runInBand"
108108
},
109109
"jest": {
110110
"testPathIgnorePatterns": [

0 commit comments

Comments
 (0)