@powerhousedao/ph-cli 0.40.85-dev.5 → 0.40.85-dev.6
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
|
@@ -22,17 +22,6 @@ else
|
|
|
22
22
|
# =============================================================================
|
|
23
23
|
sudo apt install -y postgresql postgresql-contrib nginx
|
|
24
24
|
|
|
25
|
-
# =============================================================================
|
|
26
|
-
# Project Setup
|
|
27
|
-
# =============================================================================
|
|
28
|
-
echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
|
|
29
|
-
echo " Setting up project: $PROJECT_NAME"
|
|
30
|
-
echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
|
|
31
|
-
|
|
32
|
-
ph init $PROJECT_NAME --$TARGET_TAG
|
|
33
|
-
cd $PROJECT_NAME
|
|
34
|
-
ph use $TARGET_TAG
|
|
35
|
-
|
|
36
25
|
# =============================================================================
|
|
37
26
|
# Interactive Package Installation
|
|
38
27
|
# =============================================================================
|
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.6";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/dist/src/version.js
CHANGED