mirror of
https://github.com/toeverything/AFFiNE.git
synced 2025-01-04 18:39:25 +03:00
build: fix undefined entry point (#7594)
This commit is contained in:
parent
25b74467ce
commit
20c4224e2d
@ -5,7 +5,7 @@
|
||||
"private": true,
|
||||
"browser": "src/index.tsx",
|
||||
"scripts": {
|
||||
"build": "yarn workspace @affine/cli build",
|
||||
"build": "cross-env DISTRIBUTION=browser yarn workspace @affine/cli build",
|
||||
"dev": "yarn workspace @affine/cli dev",
|
||||
"static-server": "yarn workspace @affine/cli dev --static"
|
||||
},
|
||||
@ -24,6 +24,7 @@
|
||||
"@affine/cli": "workspace:*",
|
||||
"@types/react": "^18.2.75",
|
||||
"@types/react-dom": "^18.2.24",
|
||||
"cross-env": "^7.0.3",
|
||||
"typescript": "^5.4.5"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user