From e6e186a1c225058c7d879ff5f9a9810857391ffa Mon Sep 17 00:00:00 2001 From: Aravind Date: Tue, 7 May 2024 19:04:28 +0800 Subject: [PATCH] Lint fix --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 9167867..129b6e8 100644 --- a/package.json +++ b/package.json @@ -17,9 +17,7 @@ "pg:clean": "docker rm -f graffypg", "pg:psql": "docker run --name pgrepl -e POSTGRES_PASSWORD=graffy -d postgres:alpine && until docker exec -it pgrepl psql -U postgres; do sleep 0.5; done ; docker rm -f pgrepl" }, - "workspaces": [ - "src/*" - ], + "workspaces": ["src/*"], "author": "aravindet", "license": "Apache-2.0", "bugs": {