File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -62,12 +62,11 @@ export BATS_CONTAINER_NETWORK_NAME="${CONTAINER_NETWORK_NAME:-docker_default}"
6262
6363@test " [$TEST_FILE ] Prepare Skeleton [$BATS_EMS_VERSION ]." {
6464
65- command rm -Rf ${BATS_TEST_DIRNAME%/ } /demo
66- command git clone -b
${BATS_EMS_VERSION} [email protected] :ems-project/elasticms-demo.git
${BATS_TEST_DIRNAME%/ } /demo
67- command mkdir -p ${BATS_TEST_DIRNAME%/ } /demo/dist
68- command npm install --save-dev webpack --prefix ${BATS_TEST_DIRNAME%/ } /demo ${BATS_TEST_DIRNAME%/ } /demo
69- command npm run --prefix ${BATS_TEST_DIRNAME%/ } /demo prod
70- command chmod 777 -Rf ${BATS_TEST_DIRNAME%/ } /demo
65+ run git clone -b
${BATS_EMS_VERSION} [email protected] :ems-project/elasticms-demo.git
${BATS_TEST_DIRNAME%/ } /demo
66+ run mkdir -p ${BATS_TEST_DIRNAME%/ } /demo/dist
67+ run npm install --save-dev webpack --prefix ${BATS_TEST_DIRNAME%/ } /demo ${BATS_TEST_DIRNAME%/ } /demo
68+ run npm run --prefix ${BATS_TEST_DIRNAME%/ } /demo prod
69+ run chmod 777 -Rf ${BATS_TEST_DIRNAME%/ } /demo
7170
7271}
7372
You can’t perform that action at this time.
0 commit comments