Skip to content

Commit

Permalink
Remove arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
Tehnix committed Oct 18, 2023
1 parent 3303f73 commit 4d93e90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ _install-tooling-all-platforms:
command -v sass >/dev/null 2>&1 || npm i -g sass

# Setup dependencies and build the hakyll executable.
setup project:
setup:
stack build

# Deploy the blog to S3 and invalidate CloudFront cache.
Expand All @@ -50,7 +50,7 @@ deploy:
--data '{"purge_everything":true}'
# Run hakyll development server in watch mode.
dev project:
dev:
stack exec -- hakyll-site watch

# Build blog artifacts and static files.
Expand Down

0 comments on commit 4d93e90

Please sign in to comment.