chore: lint fixes

This commit is contained in:
Ben Allfree 2023-10-02 11:38:05 -07:00
parent 99e45494b1
commit 3c2157be6b

View File

@ -5,13 +5,12 @@
"license": "MIT",
"private": true,
"scripts": {
"lint": "prettier -c \"./**/*.ts\"",
"lint:fix": "prettier -w \"./**/*.ts\"",
"lint": "prettier -c \"./**/*.{ts,js,cjs,svelte}\"",
"lint:fix": "prettier -w \"./**/*.{ts,js,cjs,svelte}\"",
"build": "concurrently 'yarn:build:*'",
"build:dashboard": "cd packages/dashboard && yarn build",
"build:daemon": "cd packages/daemon && yarn build",
"build:www": "cd packages/www && yarn build",
"local:dev": "NODE_ENV=development concurrently 'yarn:local:dev:*'",
"local:dev:proxy": "cd packages/proxy && yarn dev",
"local:dev:dashboard": "cd packages/dashboard && yarn dev",