This commit is contained in:
10
package.json
10
package.json
@@ -8,13 +8,15 @@
|
||||
"scripts": {
|
||||
"build": "turbo build --filter=!@effect-fc/example",
|
||||
"lint:tsc": "turbo lint:tsc",
|
||||
"lint:biome": "turbo lint:biome",
|
||||
"pack": "turbo pack --filter=!@effect-fc/example",
|
||||
"publish": "turbo publish --filter=!@effect-fc/example",
|
||||
"clean:cache": "rm -f tsconfig.tsbuildinfo",
|
||||
"clean:dist": "rm -rf dist",
|
||||
"clean:node": "rm -rf node_modules"
|
||||
"clean:cache": "turbo clean:cache",
|
||||
"clean:dist": "turbo clean:dist",
|
||||
"clean:node": "turbo clean:modules rm -rf node_modules"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "^2.2.4",
|
||||
"@effect/language-service": "^0.41.1",
|
||||
"npm-check-updates": "^18.0.2",
|
||||
"npm-sort": "^0.0.4",
|
||||
"turbo": "^2.5.6",
|
||||
|
||||
Reference in New Issue
Block a user