Skip to content

Commit 4d93e90

Browse files
committed
Remove arguments
1 parent 3303f73 commit 4d93e90

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

justfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ _install-tooling-all-platforms:
3333
command -v sass >/dev/null 2>&1 || npm i -g sass
3434

3535
# Setup dependencies and build the hakyll executable.
36-
setup project:
36+
setup:
3737
stack build
3838

3939
# Deploy the blog to S3 and invalidate CloudFront cache.
@@ -50,7 +50,7 @@ deploy:
5050
--data '{"purge_everything":true}'
5151

5252
# Run hakyll development server in watch mode.
53-
dev project:
53+
dev:
5454
stack exec -- hakyll-site watch
5555

5656
# Build blog artifacts and static files.

0 commit comments

Comments
 (0)