Skip to content

Commit 7619b98

Browse files
fvictorioJanther
authored andcommitted
Run knip as part of lint script
1 parent 4e2d1a9 commit 7619b98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"build:dev": "webpack --env development",
1616
"build:test": "webpack --config test.config.js",
1717
"eslint": "eslint 'src/**' 'tests/**'",
18-
"lint": "npm run eslint && npm run prettier -- --list-different",
18+
"lint": "npm run eslint && npm run prettier -- --list-different && npm run knip",
1919
"lint:fix": "npm run eslint -- --fix && npm run prettier -- --write",
2020
"prepublishOnly": "npm run build && npx tsc",
2121
"prettier": "prettier './*.{ts,js,cjs,json,md,yml}' '{src,tests}/**/*.{ts,js,cjs}'",

0 commit comments

Comments
 (0)