فهرست منبع

chore: Use npm install rather than npm ci in publish workflow

Every time, there is an error with some small discrepancy in the
lockfile, even when running npm i and updating the lockfile
before running the workflow.
Michael Bromley 8 ماه پیش
والد
کامیت
b311652d46
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      .github/workflows/publish_to_npm.yml

+ 1 - 1
.github/workflows/publish_to_npm.yml

@@ -16,7 +16,7 @@ jobs:
         with:
         with:
           node-version: '22.x'
           node-version: '22.x'
           registry-url: 'https://registry.npmjs.org'
           registry-url: 'https://registry.npmjs.org'
-      - run: npm ci
+      - run: npm install
       - run: npm run build
       - run: npm run build
       - run: lerna publish from-package --yes
       - run: lerna publish from-package --yes
         env:
         env: