gaztec 1.0.0 → 1.0.1
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/gaztec-install +3 -0
- package/package.json +1 -1
package/gaztec-install
CHANGED
|
@@ -51,4 +51,7 @@ if ! $AZTEC_UP list | grep $AZTEC_VERSION; then
|
|
|
51
51
|
$AZTEC_UP install $AZTEC_VERSION
|
|
52
52
|
fi
|
|
53
53
|
|
|
54
|
+
# needed due to a bug. Without this line, it tries to use bb from ~/.bb
|
|
55
|
+
export BB="$AZTEC_PATH/versions/$AZTEC_VERSION/node_modules/.bin/bb"
|
|
56
|
+
|
|
54
57
|
AZTEC="$AZTEC_PATH/versions/$AZTEC_VERSION/node_modules/.bin/aztec"
|