diff --git a/justfile b/justfile index 13514f38..c4d1bedb 100644 --- a/justfile +++ b/justfile @@ -228,14 +228,12 @@ docs-build *ARGS: devenv # Remove built assets and node_modules -[group('assets')] assets-clean: rm -rf assets/dist/out rm -rf node_modules # Install the Node.js dependencies -[group('assets')] assets-install *args="": #!/usr/bin/env bash set -euo pipefail @@ -250,7 +248,6 @@ assets-install *args="": # Build the Node.js assets -[group('assets')] assets-build: #!/usr/bin/env bash set -euo pipefail @@ -269,15 +266,12 @@ assets-build: # Install npm toolchain, build and collect assets -[group('assets')] assets: assets-install assets-build # Rebuild all npm/static assets -[group('assets')] assets-rebuild: assets-clean assets # Run the npm development server and watch for changes -[group('assets')] assets-run: assets-install #!/usr/bin/env bash set -euo pipefail