ci: avoid twice by nx (#8279)

This commit is contained in:
forehalo
2024-09-18 05:09:42 +00:00
parent ccd630a2b0
commit e7ac43f0f7
7 changed files with 11 additions and 14 deletions

View File

@@ -5,7 +5,7 @@
"private": true,
"browser": "src/index.tsx",
"scripts": {
"build": "cross-env DISTRIBUTION=web yarn workspace @affine/cli build",
"build": "cross-env DISTRIBUTION=web yarn workspace @affine/cli bundle",
"dev": "yarn workspace @affine/cli dev",
"static-server": "yarn workspace @affine/cli dev --static"
},