Skip to content

Commit f7d738e

Browse files
Michael CohenMeemaw
andauthored
Update package.json
Co-authored-by: Matej Šnuderl <[email protected]>
1 parent 9c52ac0 commit f7d738e

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
@@ -19,7 +19,7 @@
1919
"check-types": "tsc --noEmit",
2020
"dev": "microbundle watch",
2121
"eslint": "eslint . --max-warnings 0 --ext .js,.ts --fix",
22-
"lint:check": "concurrently \"npm run check-types\" \"npm run eslint\" \"npm prettier:check\" \"npm run prettier:check:package.json\"",
22+
"lint:check": "concurrently \"npm run check-types\" \"npm run eslint\" \"npm run prettier:check\" \"npm run prettier:check:package.json\"",
2323
"prepare": "husky install",
2424
"test": "jest",
2525
"prettier:check": "prettier --check .",

0 commit comments

Comments
 (0)