diff --git a/bun.lockb b/bun.lockb index f2af4b3..aeb6b8f 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 0097bad..628663c 100644 --- a/package.json +++ b/package.json @@ -8,14 +8,16 @@ "test": "test" }, "scripts": { - "build": "npm i -d @chouqueth/gleam && npx gleam run build", + "build": "gleam run build", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", + "devDependencies": { + "@chouqueth/gleam": "^1.7.0" + }, "dependencies": { - "@chouqueth/gleam": "^1.7.0", "@tailwindcss/postcss": "^4.0.1", "@tailwindcss/vite": "^4.0.1", "tailwindcss": "^4.0.1",