Skip to content

Commit 8ee18d9

Browse files
committed
chore: remove check-pkg from pretest
1 parent 5417712 commit 8ee18d9

2 files changed

Lines changed: 1 addition & 261 deletions

File tree

‎package-lock.json‎

Lines changed: 0 additions & 259 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,14 @@
55
"main": "index.js",
66
"type": "module",
77
"scripts": {
8-
"pretest": "standard && check-pkg",
8+
"pretest": "standard",
99
"test": "node --test",
1010
"test-ci": "npm test -- --experimental-test-coverage --test-reporter=spec --test-reporter-destination=stdout --test-reporter=lcov --test-reporter-destination=lcov.info"
1111
},
1212
"dependencies": {
1313
"gitlint-parser-base": "^2.0.0"
1414
},
1515
"devDependencies": {
16-
"check-pkg": "^2.1.1",
1716
"standard": "^17.0.0"
1817
},
1918
"bundleDependencies": true,

0 commit comments

Comments
 (0)