mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-15 00:56:26 +08:00
build: fix publish.sh
This commit is contained in:
@@ -5,6 +5,9 @@
|
||||
"build": "vite build",
|
||||
"dev": "vite build --watch"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"exports": {
|
||||
"./manager": {
|
||||
"type": "./dist/manager.d.ts",
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ packages=(
|
||||
)
|
||||
|
||||
for package in "${packages[@]}"; do
|
||||
nx build $package
|
||||
yarn nx build $package
|
||||
cd "packages/$package"
|
||||
|
||||
if [ "$NIGHTLY" = "true" ]; then
|
||||
|
||||
Reference in New Issue
Block a user