There was an error while loading. Please reload this page.
2 parents 0e60239 + 4e9738f commit 62c3bb8Copy full SHA for 62c3bb8
1 file changed
package.json
@@ -15,6 +15,7 @@
15
"lint": "tsc && eslint --ext .js,.ts,.vue src cypress",
16
"lint:fix": "tsc && eslint --ext .js,.ts,.vue src cypress --fix",
17
"prettier": "prettier --check .",
18
+ "prettier:change": "git diff HEAD --name-only | xargs prettier --write --no-error-on-unmatched-pattern",
19
"prettier:fix": "prettier --write .",
20
"serve": "BASE=${BASE:-/apps/text} NODE_ENV=development vite --mode development serve --host",
21
"test": "NODE_ENV=test vitest",
0 commit comments