Skip to content

Commit

Permalink
Add npm script to install latest version of just
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed Jul 3, 2024
1 parent a086300 commit 7cef0ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,9 @@
"eslint-plugin-cypress": "^3.3.0",
"eslint-plugin-erb": "^2.0.0",
"globals": "^15.1.0"
},
"scripts": {
"install-just-to-bin": "curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to ~/bin && echo 'export PATH=\"$PATH:$HOME/bin\" # for \"just\" binary' >> ~/.bashrc",
"remove-just-from-bin": "rm -rf ~/bin/just --interactive"
}
}

0 comments on commit 7cef0ff

Please sign in to comment.