generator-reshow 0.17.58 → 0.17.60

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.
@@ -10,6 +10,7 @@ pid=$$
10
10
  folderName=${PWD##*/}
11
11
 
12
12
  cli='env docker run --rm -it'
13
+ cli+=" -v $DIR/../docker/entrypoint.sh:/entrypoint.sh"
13
14
  cli+=" --name ${folderName}-${pid} ${localImage}"
14
15
  echo $cli
15
16
  sh -c "$cli"
@@ -4,21 +4,21 @@
4
4
  # Environment ${INSTALL_VERSION} pass from Dockerfile
5
5
  ###
6
6
 
7
- INSTALL=""
8
-
9
7
  BUILD_DEPS=""
10
8
 
9
+ INSTALL=""
10
+
11
11
  echo "###"
12
- echo "# Will install"
12
+ echo "# Will install build tool"
13
13
  echo "###"
14
14
  echo ""
15
- echo $INSTALL
15
+ echo $BUILD_DEPS
16
16
  echo ""
17
17
  echo "###"
18
- echo "# Will install build tool"
18
+ echo "# Will install"
19
19
  echo "###"
20
20
  echo ""
21
- echo $BUILD_DEPS
21
+ echo $INSTALL
22
22
  echo ""
23
23
 
24
24
  apk add --virtual .build-deps $BUILD_DEPS && apk add $INSTALL
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.17.58",
2
+ "version": "0.17.60",
3
3
  "name": "generator-reshow",
4
4
  "repository": {
5
5
  "type": "git",