generator-mico-cli 0.2.15 → 0.2.16

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.
@@ -37,7 +37,7 @@ pnpm run build:development
37
37
 
38
38
  # 只有在 CI 环境时才写入版本号文件(覆盖写入)
39
39
  if [ "${CI}" = "true" ]; then
40
- echo "VERSION=$VERSION" > .env_x_portal-web
40
+ echo "VERSION=$VERSION" > .env_x_<%= projectName %>portal-web
41
41
  fi
42
42
 
43
43
 
@@ -37,6 +37,6 @@ pnpm run build:production
37
37
 
38
38
  # 只有在 CI 环境时才写入版本号文件(覆盖写入)
39
39
  if [ "${CI}" = "true" ]; then
40
- echo "VERSION=$VERSION" > .env_x_portal-web
40
+ echo "VERSION=$VERSION" > .env_x_<%= projectName %>
41
41
  fi
42
42
 
@@ -38,6 +38,6 @@ pnpm run build:testing
38
38
 
39
39
  # 只有在 CI 环境时才写入版本号文件(覆盖写入)
40
40
  if [ "${CI}" = "true" ]; then
41
- echo "VERSION=$VERSION" > .env_x_portal-web
41
+ echo "VERSION=$VERSION" > .env_x_<%= projectName %>
42
42
  fi
43
43
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "generator-mico-cli",
3
- "version": "0.2.15",
3
+ "version": "0.2.16",
4
4
  "description": "Yeoman generator for Mico CLI projects",
5
5
  "keywords": ["yeoman-generator", "generator", "cli"],
6
6
  "license": "MIT",