소스 검색

fix(cli.js): revert jest update

Lucas Nogueira 2 년 전
부모
커밋
0967da262e
3개의 변경된 파일362개의 추가작업 그리고 375개의 파일을 삭제
  1. 7 7
      .github/workflows/publish-cli-js.yml
  2. 1 1
      tooling/cli/node/package.json
  3. 354 367
      tooling/cli/node/yarn.lock

+ 7 - 7
.github/workflows/publish-cli-js.yml

@@ -111,7 +111,7 @@ jobs:
         if: ${{ matrix.settings.setup }}
         shell: bash
       - name: Install dependencies
-        run: yarn install --prod --ignore-scripts --frozen-lockfile --registry https://registry.npmjs.org --network-timeout 300000
+        run: yarn install --ignore-scripts --frozen-lockfile --registry https://registry.npmjs.org --network-timeout 300000
 
       - name: Build in docker
         uses: addnab/docker-run-action@v3
@@ -170,7 +170,7 @@ jobs:
   #            env
   #            freebsd-version
   #            cd ./tooling/cli/node/
-  #            yarn install --prod --ignore-scripts --frozen-lockfile --registry https://registry.npmjs.org --network-timeout 300000
+  #            yarn install --ignore-scripts --frozen-lockfile --registry https://registry.npmjs.org --network-timeout 300000
   #            yarn build:release
   #            strip -x *.node
   #            rm -rf node_modules
@@ -209,7 +209,7 @@ jobs:
           cache: yarn
           cache-dependency-path: 'tooling/cli/node/yarn.lock'
       - name: Install dependencies
-        run: yarn install --prod --ignore-scripts --frozen-lockfile --registry https://registry.npmjs.org --network-timeout 300000
+        run: yarn install --ignore-scripts --frozen-lockfile --registry https://registry.npmjs.org --network-timeout 300000
       - name: Download artifacts
         uses: actions/download-artifact@v3
         with:
@@ -243,7 +243,7 @@ jobs:
           cache: yarn
           cache-dependency-path: 'tooling/cli/node/yarn.lock'
       - name: Install dependencies
-        run: yarn install --prod --ignore-scripts --frozen-lockfile --registry https://registry.npmjs.org --network-timeout 300000
+        run: yarn install --ignore-scripts --frozen-lockfile --registry https://registry.npmjs.org --network-timeout 300000
       - name: Download artifacts
         uses: actions/download-artifact@v3
         with:
@@ -283,7 +283,7 @@ jobs:
           cache: yarn
           cache-dependency-path: 'tooling/cli/node/yarn.lock'
       - name: Install dependencies
-        run: yarn install --prod --ignore-scripts --frozen-lockfile --registry https://registry.npmjs.org --network-timeout 300000
+        run: yarn install --ignore-scripts --frozen-lockfile --registry https://registry.npmjs.org --network-timeout 300000
       - name: Download artifacts
         uses: actions/download-artifact@v3
         with:
@@ -330,7 +330,7 @@ jobs:
         run: ls -R .
         shell: bash
       - name: Install dependencies
-        run: yarn install --prod --ignore-scripts --ignore-platform --frozen-lockfile --registry https://registry.npmjs.org --network-timeout 300000
+        run: yarn install --ignore-scripts --ignore-platform --frozen-lockfile --registry https://registry.npmjs.org --network-timeout 300000
       - name: Download aarch64-gnu artifacts
         uses: actions/download-artifact@v3
         with:
@@ -380,7 +380,7 @@ jobs:
           cache: yarn
           cache-dependency-path: 'tooling/cli/node/yarn.lock'
       - name: Install dependencies
-        run: yarn install --prod --ignore-scripts --frozen-lockfile --registry https://registry.npmjs.org --network-timeout 300000
+        run: yarn install --ignore-scripts --frozen-lockfile --registry https://registry.npmjs.org --network-timeout 300000
       - name: Download all artifacts
         uses: actions/download-artifact@v3
         with:

+ 1 - 1
tooling/cli/node/package.json

@@ -41,7 +41,7 @@
     "cross-env": "7.0.3",
     "cross-spawn": "7.0.3",
     "fs-extra": "10.1.0",
-    "jest": "29.0.2",
+    "jest": "28.1.3",
     "jest-transform-toml": "1.0.0",
     "prettier": "2.7.1"
   },

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 354 - 367
tooling/cli/node/yarn.lock


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.