Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 0 additions & 56 deletions Makefile

This file was deleted.

6 changes: 3 additions & 3 deletions Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ alias = "serve"
[tasks.setup]
script = '''
git submodule update --init --recursive
cd design-system-components && pnpm install --ignore-scripts && cd styles && pnpm run build && cd ../..
cd design-system-components && pnpm install --ignore-scripts && cd styles && pnpm run build
pnpm run postinstall
'''

Expand Down Expand Up @@ -63,7 +63,7 @@ dependencies = ["prebuild"]
install_crate = { crate_name = "cargo-leptos", binary = "cargo", test_arg = [
"leptos",
"--version",
], version = "0.3.2" }
], version = "0.3.6" }
command = "cargo"
args = ["leptos", "serve", "-r", "--split"]

Expand All @@ -72,7 +72,7 @@ dependencies = ["prebuild"]
install_crate = { crate_name = "cargo-leptos", binary = "cargo", test_arg = [
"leptos",
"--version",
], version = "0.3.2" }
], version = "0.3.6" }
command = "cargo"
env = { LEPTOS_TAILWIND_VERSION="v4.1.14" }
args = ["leptos", "watch", "--features", "development", "--hot-reload"]
41 changes: 0 additions & 41 deletions package-lock.json

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"@rustlanges/styles": "file:../design-system-components/styles"
},
"devDependencies": {
"tailwindcss": "^4.1.14"
"tailwindcss": "^4.3.1"
}
}