perhaps fix build

This commit is contained in:
graphiteisaac 2025-01-30 16:50:58 +11:00
parent 766d40ae30
commit bac36e2784
2 changed files with 4 additions and 2 deletions

BIN
bun.lockb

Binary file not shown.

View file

@ -8,14 +8,16 @@
"test": "test" "test": "test"
}, },
"scripts": { "scripts": {
"build": "npm i -d @chouqueth/gleam && npx gleam run build", "build": "gleam run build",
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"keywords": [], "keywords": [],
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"devDependencies": {
"@chouqueth/gleam": "^1.7.0"
},
"dependencies": { "dependencies": {
"@chouqueth/gleam": "^1.7.0",
"@tailwindcss/postcss": "^4.0.1", "@tailwindcss/postcss": "^4.0.1",
"@tailwindcss/vite": "^4.0.1", "@tailwindcss/vite": "^4.0.1",
"tailwindcss": "^4.0.1", "tailwindcss": "^4.0.1",