diff --git a/apps/web/package.json b/apps/web/package.json index ce5345f2..a2e600f3 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -1,5 +1,5 @@ { - "name": "vite-app", + "name": "web", "private": true, "version": "0.0.0", "scripts": { diff --git a/package.json b/package.json index 6e739b08..4ef0b644 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,11 @@ "lint": "eslint --cache --cache-location ./node_modules/.cache/eslint/.eslint-cache .", "format": "prettier --cache --write .", "format:check": "prettier --check .", - "clean": "turbo run clean && rimraf node_modules" + "clean": "turbo run clean && rimraf node_modules", + "web": "yarn workspace web dev", + "mobile": "yarn workspace mobile dev", + "desktop": "yarn workspace desktop dev", + "storybook": "yarn workspace @status-im/components storybook" }, "resolutions": { "react": "18.1.0",