This commit is contained in:
Adam Matthiesen 2024-02-24 02:12:10 -08:00
parent fb44327daf
commit a3833b2334
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@
},
"scripts": {
"dev": "pnpm --filter playground run dev",
"ci:version": "pnpm changeset version",
"ci:publish": "pnpm changeset publish",
"changeset": "changeset",
"lint": "biome check .",
"lint:fix": "biome check --apply ."