@powerhousedao/ph-cli 0.40.85-dev.1 → 0.40.85-dev.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/package.json
CHANGED
|
@@ -31,10 +31,8 @@ else
|
|
|
31
31
|
sudo mkdir -p /var/www
|
|
32
32
|
cd /var/www
|
|
33
33
|
|
|
34
|
-
ph init powerhouse
|
|
34
|
+
ph init powerhouse --$TARGET_TAG
|
|
35
35
|
cd powerhouse
|
|
36
|
-
ph use $TARGET_TAG
|
|
37
|
-
ph connect build
|
|
38
36
|
|
|
39
37
|
# =============================================================================
|
|
40
38
|
# Interactive Package Installation
|
|
@@ -50,6 +48,11 @@ else
|
|
|
50
48
|
ph install "$package_name"
|
|
51
49
|
done
|
|
52
50
|
|
|
51
|
+
# =============================================================================
|
|
52
|
+
# Connect Build
|
|
53
|
+
# =============================================================================
|
|
54
|
+
ph connect build
|
|
55
|
+
|
|
53
56
|
# =============================================================================
|
|
54
57
|
# Database Configuration
|
|
55
58
|
# =============================================================================
|
|
@@ -300,7 +303,6 @@ EOF
|
|
|
300
303
|
fi
|
|
301
304
|
|
|
302
305
|
pnpm prisma db push --schema node_modules/document-drive/dist/prisma/schema.prisma
|
|
303
|
-
pnpm add @powerhousedao/switchboard@dev
|
|
304
306
|
|
|
305
307
|
# Start services with PM2
|
|
306
308
|
echo "Starting services with PM2..."
|
package/dist/src/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "0.40.85-dev.
|
|
1
|
+
export declare const version = "0.40.85-dev.2";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/dist/src/version.js
CHANGED