Skip to content
This repository was archived by the owner on Jun 24, 2024. It is now read-only.

Commit 826321b

Browse files
committed
build: fix typo in package
1 parent 98b1438 commit 826321b

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
@@ -52,7 +52,7 @@
5252
},
5353
"scripts": {
5454
"lint": "eslint .",
55-
"test": "npmr run lint",
55+
"test": "npm run lint",
5656
"lint:format": "eslint --fix .",
5757
"precommit": "lint-staged",
5858
"cm": "git-cz",

0 commit comments

Comments
 (0)