Some checks failed
Build and Push Docker Image / build (push) Failing after 6s
24 lines
871 B
JSON
24 lines
871 B
JSON
{
|
|
"name": "boring.tools",
|
|
"scripts": {
|
|
"lint:apps": "bunx biome lint --write ./apps",
|
|
"lint:packages": "bunx biome lint --write ./packages",
|
|
"check:apps": "bunx biome check --write --config-path ./biome.json ./apps",
|
|
"check:packages": "bunx biome check --write --config-path ./biome.json ./packages",
|
|
"dev": "bun --filter '*' dev",
|
|
"build": "bun --filter '*' build",
|
|
"docker:website:build": "docker build -t git.hashdot.co/boring.tools/boring.tools/website -f ci/docker/website/Dockerfile .",
|
|
"docker:website:push": "docker push git.hashdot.co/boring.tools/boring.tools/website",
|
|
"docker:website": "bun docker:website:build && bun docker:website:push"
|
|
},
|
|
"packageManager": "bun@1.1.29",
|
|
"workspaces": [
|
|
"apps/*",
|
|
"packages/*"
|
|
],
|
|
"devDependencies": {
|
|
"@biomejs/biome": "1.8.3",
|
|
"lefthook": "^1.7.15"
|
|
}
|
|
}
|