@dazhicheng/common 1.0.37 → 1.0.39

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
@@ -78,7 +78,7 @@ MR 构建验证:
78
78
  resource_group: build-test
79
79
  variables:
80
80
  NODE_ENV: test
81
- only: [test]
81
+ only: [test, develop]
82
82
 
83
83
  开发环境发版:
84
84
  <<: *deploy_template
@@ -97,7 +97,7 @@ 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
  测试环境发版:
@@ -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.39",
4
4
  "description": "共享配置文件",
5
5
  "type": "module",
6
6
  "types": "./src/types/index.d.ts",