diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ca40907b9..f8e66bf2f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,7 +14,8 @@ jobs: - name: Install dependencies run: | npm -v - npm ci && (cd cli && npm ci) + npm ci + cd cli && npm ci && cd .. - name: Build packages run: | VERSION=$(npx aspublish --version) diff --git a/cli/package-lock.json b/cli/package-lock.json index f8be66403..ed5964956 100644 --- a/cli/package-lock.json +++ b/cli/package-lock.json @@ -32,7 +32,8 @@ } }, "..": { - "version": "6.10.2", + "name": "protobufjs", + "version": "0.0.0", "dev": true, "hasInstallScript": true, "license": "BSD-3-Clause", diff --git a/package-lock.json b/package-lock.json index e21c562c4..d782f755b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "protobufjs", - "version": "6.10.2", + "version": "0.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "protobufjs", - "version": "6.10.2", + "version": "0.0.0", "hasInstallScript": true, "license": "BSD-3-Clause", "dependencies": {