@dazhicheng/common 1.0.38 → 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 +2 -2
  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
@@ -102,7 +102,7 @@ MR 构建验证:
102
102
 
103
103
  测试环境发版:
104
104
  <<: *deploy_template
105
- needs: [构建_dev]
105
+ needs: [构建_test]
106
106
  tags: [test]
107
107
  resource_group: deploy-test
108
108
  variables:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dazhicheng/common",
3
- "version": "1.0.38",
3
+ "version": "1.0.39",
4
4
  "description": "共享配置文件",
5
5
  "type": "module",
6
6
  "types": "./src/types/index.d.ts",