Skip to content

Commit cb72418

Browse files
committed
just: init Justfile, add common tasks
Signed-off-by: Ruby Iris Juric <[email protected]>
1 parent c0fc7e1 commit cb72418

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

Justfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
dev:
2+
bundle exec jekyll serve
3+
4+
build:
5+
bundle exec jekyll build
6+
7+
test:
8+
bundle exec rspec

shell.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ pkgs.mkShell {
99
packages = with pkgs; [
1010
bundler
1111
nodejs
12+
just
1213
ruby
1314
solargraph
1415
python3

0 commit comments

Comments
 (0)