Skip to content

Commit

Permalink
update npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte committed Oct 22, 2023
1 parent cc5ced8 commit 1d58097
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write .",
"test:integration": "playwright test",
"test:unit": "vitest"
"test:unit": "vitest",
"release": "changeset publish",
"changeset": "changeset"
},
"exports": {
".": {
Expand Down

0 comments on commit 1d58097

Please sign in to comment.