@dazhicheng/common 1.0.25 → 1.0.26

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
@@ -40,8 +40,8 @@ variables:
40
40
  MR 构建验证:
41
41
  stage: MR_TEST
42
42
  image: docker:20.10.20
43
- tags:
44
- - MR_TEST
43
+ needs: [构建_dev]
44
+ tags: [MR_TEST]
45
45
  script:
46
46
  - docker build --build-arg NODE_ENV=dev -t mr-test:mr-$CI_MERGE_REQUEST_IID .
47
47
  - docker images | grep mr-test
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dazhicheng/common",
3
- "version": "1.0.25",
3
+ "version": "1.0.26",
4
4
  "description": "共享配置文件",
5
5
  "type": "module",
6
6
  "types": "./src/types/index.d.ts",