mirror of
https://github.com/pockethost/pockethost.git
synced 2025-05-28 09:46:46 +00:00
chore: lint fixes
This commit is contained in:
parent
99e45494b1
commit
3c2157be6b
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user