Skip to content

Commit

Permalink
refactor: remove devbox.json init hook
Browse files Browse the repository at this point in the history
  • Loading branch information
prnk28 committed Oct 8, 2024
1 parent a8b6eea commit 980c474
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
3 changes: 0 additions & 3 deletions devbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@
"TEMPL_EXPERIMENT": "rawgo"
},
"shell": {
"init_hook": [
"cd web && bun install"
],
"scripts": {
"build:docker": [
"make local-image"
Expand Down
21 changes: 2 additions & 19 deletions web/package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,6 @@
{
"name": "@onsonr/sonr.id",
"version": "0.0.2",
"scripts": {
"fetch:deps": "bun run .deps.mjs",
"build:css": "bunx tailwindcss -i ./global/styles/globals.css -o ./assets/css/styles.css",
"build": "bun run fetch:deps && bun run build:css",
"watch": "bunx tailwindcss -i ./global/styles/globals.css -o ./assets/css/styles.css --watch"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.15",
"alpinejs": "^3.14.1",
"htmx.org": "^1.9.12",
"tailwindcss": "^3.3.0",
"tailwindcss-motion": "^0.3.0-beta",
"typescript": "^4.9.0"
},
"dependencies": {
"node-fetch": "^3.3.2",
"sonr-es": "^0.5.3"
}
"scripts": {},
"dependencies": {}
}

0 comments on commit 980c474

Please sign in to comment.