Skip to content

Commit

Permalink
chore: update chgset schema for config
Browse files Browse the repository at this point in the history
  • Loading branch information
v1rtl committed Dec 12, 2020
1 parent 5ffd5ef commit d1862be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
@@ -1,5 +1,5 @@
{
"$schema": "https://unpkg.com/@changesets/config@1.3.0/schema.json",
"$schema": "https://unpkg.com/@changesets/config@1.4.0/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"access": "public",
Expand Down
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -36,8 +36,7 @@
"chgset:run": "changeset",
"chgset:version": "changeset version",
"chgset": "pnpm chgset:run && pnpm chgset:version",
"release": "pnpm publish -r",
"release-no-git-checks": "pnpm publish -r --no-git-checks",
"release": "changeset publish",
"test": "jest --detectOpenHandles",
"lint": "eslint . --ext=js,mjs,ts,cjs",
"format": "prettier --check \"./**/*.{ts,js,mjs,cjs}\"",
Expand Down

0 comments on commit d1862be

Please sign in to comment.