Skip to content

Commit

Permalink
chore: add missing changeset callback
Browse files Browse the repository at this point in the history
  • Loading branch information
Elliot-Alexander committed Jan 13, 2024
1 parent 59d6aed commit 52a125d
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 @@ -8,7 +8,7 @@
"eslint:check": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore",
"eslint:fix": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"test": "pnpm -r test",
"release": "pnpm -r release",
"release": "pnpm -r release && changeset publish",
"build-package": "pnpm --filter vaul-vue build-only"
},
"packageManager": "[email protected]",
Expand Down

0 comments on commit 52a125d

Please sign in to comment.