0.1.4 #5

Merged
Thilawyn merged 67 commits from next into master 2025-10-02 18:18:23 +02:00
Showing only changes of commit 42c8302705 - Show all commits

View File

@@ -6,10 +6,10 @@
"./packages/*" "./packages/*"
], ],
"scripts": { "scripts": {
"build": "turbo build --filter=!@effect-fc/example", "build": "turbo build",
"lint:tsc": "turbo lint:tsc", "lint:tsc": "turbo lint:tsc",
"lint:biome": "turbo lint:biome", "lint:biome": "turbo lint:biome",
"pack": "turbo pack --filter=!@effect-fc/example", "pack": "turbo pack",
"clean:cache": "turbo clean:cache", "clean:cache": "turbo clean:cache",
"clean:dist": "turbo clean:dist", "clean:dist": "turbo clean:dist",
"clean:modules": "turbo clean:modules && rm -rf node_modules" "clean:modules": "turbo clean:modules && rm -rf node_modules"