update main root package.json to include commands

This commit is contained in:
Adam Matthiesen 2024-03-06 11:31:52 -08:00
parent 4de41e3998
commit cf516f411c
1 changed files with 4 additions and 2 deletions

View File

@ -6,9 +6,11 @@
"node": ">=18.19.0" "node": ">=18.19.0"
}, },
"scripts": { "scripts": {
"playground:dev": "pnpm --filter playground dev", "dev": "pnpm --filter playground dev",
"lint": "biome check .", "lint": "biome check .",
"lint:fix": "biome check --apply ." "lint:fix": "biome check --apply .",
"ci:version": "pnpm changeset version",
"ci:publish": "pnpm changeset publish"
}, },
"devDependencies": { "devDependencies": {
"@biomejs/biome": "1.5.3", "@biomejs/biome": "1.5.3",