Skip to content

Commit

Permalink
Update and add helper files and scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
kronn committed Dec 22, 2023
1 parent e7fe7a4 commit a200648
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.3
3.0.6
3 changes: 3 additions & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ruby 3.0.6
nodejs 16.15.0
yarn 1.22.19
7 changes: 7 additions & 0 deletions bin/wagon
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env bash

set -euo pipefail
IFS=$'\n\t'

cd ../hitobito
bin/wagon $@

0 comments on commit a200648

Please sign in to comment.