Remove setting of version in package-lock since it does not exist and pnpm-lock does not have it (#10789)

This commit is contained in:
Jacco van den Berg 2022-10-12 15:25:04 +02:00 committed by GitHub
parent 02a7bdbf80
commit 0b54338d7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,6 @@ jobs:
pnpm install
pnpm install -g json
json -I -f package.json -e "this.version=\"$VERSION\""
json -I -f package-lock.json -e "this.version=\"$VERSION\""
pnpm run build
./scripts/docs-config.sh "$VERSION" release
pnpm run docs