@dazhicheng/common 1.0.37 → 1.0.38

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.
Files changed (2) hide show
  1. package/.gitlab-ci.yml +3 -3
  2. package/package.json +1 -1
package/.gitlab-ci.yml CHANGED
@@ -97,12 +97,12 @@ MR 构建验证:
97
97
  # resource_group: deploy-develop_107
98
98
  # variables:
99
99
  # NODE_ENV: dev
100
- # <<<开发环境发版_107>>>
100
+ # <<<开发环境发版_107_NO>>>
101
101
  # only: [develop]
102
102
 
103
103
  测试环境发版:
104
104
  <<: *deploy_template
105
- needs: [构建_test]
105
+ needs: [构建_dev]
106
106
  tags: [test]
107
107
  resource_group: deploy-test
108
108
  variables:
@@ -117,6 +117,6 @@ MR 构建验证:
117
117
  # resource_group: deploy-test_107
118
118
  # variables:
119
119
  # NODE_ENV: test
120
- # <<<测试环境发版_107>>>
120
+ # <<<测试环境发版_107_NO>>>
121
121
  # only: [test]
122
122
  <<<deploy_jobs>>>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dazhicheng/common",
3
- "version": "1.0.37",
3
+ "version": "1.0.38",
4
4
  "description": "共享配置文件",
5
5
  "type": "module",
6
6
  "types": "./src/types/index.d.ts",