Skip to content

Commit

Permalink
[infra] Update version script to also update package-lock (#2921)
Browse files Browse the repository at this point in the history
  • Loading branch information
augustjk committed Jun 10, 2022
1 parent dd79d44 commit 1838cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test": "lerna run test --ignore '{lit,lit-html,lit-element,@lit/reactive-element,@lit-labs/context,@lit-labs/motion,@lit-labs/observers,@lit-labs/react,@lit-labs/router,@lit-labs/scoped-registry-mixin,@lit-labs/task}' --concurrency 1 --stream ",
"prepare": "husky install",
"changeset": "changeset",
"version": "npm run changeset version && npm run update-version-vars",
"version": "npm run changeset version && npm run update-version-vars && lerna bootstrap -- --package-lock-only",
"update-version-vars": "node scripts/update-version-variables.js",
"release": "npm run bootstrap && npm run build && npm run changeset publish"
},
Expand Down

0 comments on commit 1838cb8

Please sign in to comment.