Skip to content

Commit 85e2763

Browse files
committed
ci: debug
1 parent 451411d commit 85e2763

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
"nano-staged": "latest",
5555
"simple-git-hooks": "latest",
5656
"standard": "latest",
57-
"standard-markdown": "latest",
5857
"standard-version": "latest"
5958
},
6059
"files": [
@@ -65,7 +64,7 @@
6564
"contributors": "(npx git-authors-cli && npx finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true",
6665
"coveralls": "nyc report --reporter=text-lcov | coveralls",
6766
"dev": "nodemon --exec \"npm start\" -e \"js\"",
68-
"lint": "standard-markdown README.md && standard",
67+
"lint": "standard",
6968
"postrelease": "npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)",
7069
"prelint": "npm run pretty",
7170
"pretest": "npm run lint",
@@ -92,9 +91,6 @@
9291
"prettier-standard",
9392
"standard --fix"
9493
],
95-
"*.md": [
96-
"standard-markdown"
97-
],
9894
"package.json": [
9995
"finepack"
10096
]

0 commit comments

Comments
 (0)