We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3303f73 commit 4d93e90Copy full SHA for 4d93e90
1 file changed
justfile
@@ -33,7 +33,7 @@ _install-tooling-all-platforms:
33
command -v sass >/dev/null 2>&1 || npm i -g sass
34
35
# Setup dependencies and build the hakyll executable.
36
-setup project:
+setup:
37
stack build
38
39
# Deploy the blog to S3 and invalidate CloudFront cache.
@@ -50,7 +50,7 @@ deploy:
50
--data '{"purge_everything":true}'
51
52
# Run hakyll development server in watch mode.
53
-dev project:
+dev:
54
stack exec -- hakyll-site watch
55
56
# Build blog artifacts and static files.
0 commit comments