diff options
author | Miodec <[email protected]> | 2024-07-22 13:17:56 +0200 |
---|---|---|
committer | Miodec <[email protected]> | 2024-07-22 13:17:56 +0200 |
commit | 489da3c66b3c631f827e2c09ebd8aa4175671a3c (patch) | |
tree | 08fd410af2520fe85e4c8a99c0d1c280e4b2a041 | |
parent | d812839dab0787f867673f71b7257ba3e7b96b03 (diff) | |
download | monkeytype-489da3c66b3c631f827e2c09ebd8aa4175671a3c.tar.gz monkeytype-489da3c66b3c631f827e2c09ebd8aa4175671a3c.zip |
fixed path
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 905cdde80..d5d449705 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "pretty-code": "prettier --check \"./backend/**/*.{ts,js,json,css,html}\" \"./frontend/**/*.{ts,js}\" \"./packages/**/*.{ts,js,json}\" \"./frontend/src/**/*.scss\" ", "pretty-code-be": "prettier --check \"./backend/**/*.{ts,js,json,css,html}\"", "pretty-code-fe": "prettier --check \"./frontend/**/*.{ts,js}\" \"./frontend/src/**/*.scss\"", - "pretty-code-pkg": "prettier --check \"./packages/src/**/*.{ts,js}\"", + "pretty-code-pkg": "prettier --check \"./packages/**/*.{ts,js}\"", "pretty-fix": "prettier --write \"./backend/**/*.{ts,json,js,css,html}\" \"./frontend/**/*.{ts,js,scss}\" \"./packages/**/*.{ts,js,json}\" \"./frontend/static/**/*.{json,html,css}\"", "pr-check-lint-json": "cd frontend && eslint './static/**/*.json'", "pr-check-quote-json": "cd frontend && npx gulp pr-check-quote-json", |