Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit ab100e8

Browse files
committed
fix: use correct commands in 'fix:*' scripts
1 parent 3865cd3 commit ab100e8

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
@@ -10,8 +10,8 @@
1010
"check:lint-staged": "lint-staged",
1111
"check:lint": "eslint ./src",
1212
"check:types": "tsc -p tsconfig.json --noEmit --skipLibCheck",
13-
"fix:format": "npm run test:format -- --write",
14-
"fix:lint": "npm run test:lint -- --fix",
13+
"fix:format": "npm run check:format -- --write",
14+
"fix:lint": "npm run check:lint -- --fix",
1515
"serve": "serve ./dist",
1616
"start": "webpack serve --config webpack.dev.ts --progress --mode=development",
1717
"test:coverage": "npm run test -- --coverage",

0 commit comments

Comments
 (0)