Skip to content

Commit

Permalink
update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrconley committed Oct 31, 2023
1 parent 94bd4da commit a9b6e6e
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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@
"clean": "rm -rf dist && rm -rf tests/dist && rm -rf src/generated",
"compile": "tsc",
"test": "vitest",
"prepublish": "pnpm clean && pnpm compile && pnpm test",
"release": "changeset publish",
"release": "pnpm clean && pnpm build && pnpm lint && changeset publish",
"update-cc-supported": "node scripts/update-cc-supported.js",
"build": "pnpm compile"
},
Expand Down

0 comments on commit a9b6e6e

Please sign in to comment.