diff --git a/package.json b/package.json index 54b21fe..bbbf0ed 100644 --- a/package.json +++ b/package.json @@ -6,9 +6,11 @@ "node": ">=18.19.0" }, "scripts": { - "playground:dev": "pnpm --filter playground dev", + "dev": "pnpm --filter playground dev", "lint": "biome check .", - "lint:fix": "biome check --apply ." + "lint:fix": "biome check --apply .", + "ci:version": "pnpm changeset version", + "ci:publish": "pnpm changeset publish" }, "devDependencies": { "@biomejs/biome": "1.5.3",