This commit is contained in:
Sidharth Vinod 2022-10-31 21:51:56 +05:30
parent 56c2fe3eb1
commit 2c5a2072b8
No known key found for this signature in database
GPG Key ID: FB5CCD378D3907CD

View File

@ -32,7 +32,7 @@
"build": "pnpm run -r clean && concurrently \"pnpm build:vite\" \"pnpm build:types\"",
"dev": "concurrently \"pnpm build:vite --watch\" \"ts-node-esm .vite/server.ts\"",
"release": "pnpm build",
"lint": "eslint --cache --ignore-path .gitignore . && pnpm lint:jison && prettier --check .",
"lint": "eslint --cache --ignore-path .gitignore . && pnpm --filter mermaid run lint:jison && prettier --check .",
"lint:fix": "eslint --fix --ignore-path .gitignore . && prettier --write .",
"cypress": "cypress run",
"cypress:open": "cypress open",