Explorar o código

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 hai 8 meses
pai
achega
b311652d46
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/publish_to_npm.yml

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

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