Merge pull request #1056 from bigcapitalhq/chore/webapp-format-script
chore(webapp): add Prettier format and format:check scripts
This commit is contained in:
@@ -138,6 +138,8 @@
|
||||
"build": "vite build",
|
||||
"preview": "cross-env PORT=4173 vite preview",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"format": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json,md}\"",
|
||||
"format:check": "prettier --check \"src/**/*.{ts,tsx,js,jsx,json,md}\"",
|
||||
"test": "node scripts/test.js",
|
||||
"storybook": "start-storybook -p 6006"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user