feat: init package cli (#1646)

This commit is contained in:
Himself65
2023-03-21 17:39:13 -05:00
committed by GitHub
parent 33320bd38e
commit a8540cceae
6 changed files with 125 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
"packages/*"
],
"scripts": {
"dev": "yarn workspace @affine/app dev",
"dev": "dev-web",
"dev:ac": "NODE_API_SERVER=ac yarn workspace @affine/app dev",
"dev:local": "NODE_API_SERVER=local yarn workspace @affine/app dev",
"dev:app": "yarn workspace @affine/electron dev:app",
@@ -34,6 +34,7 @@
"*.{ts,tsx,js,jsx}": "eslint --cache --fix"
},
"devDependencies": {
"@affine/cli": "workspace:*",
"@perfsee/sdk": "^1.5.1",
"@playwright/test": "^1.31.2",
"@testing-library/react": "^14.0.0",