Skip to content

Commit

Permalink
chore: bump version in lockfile, update changeset-version script to w…
Browse files Browse the repository at this point in the history
…rite to lockfile
  • Loading branch information
alessbell committed Oct 16, 2023
1 parent d605db7 commit 6d44188
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -19,7 +19,7 @@
"build:clean": "npm run build -- --clean",
"watch": "npm run build -- --watch",
"postinstall": "npx vscode-install",
"changeset-version": "changeset version && npm ci --ignore-scripts",
"changeset-version": "changeset version && npm i",
"changeset-publish": "npm run build && changeset publish",
"typecheck": "tsc --noEmit",
"lint": "eslint src --ext .ts",
Expand Down

0 comments on commit 6d44188

Please sign in to comment.