Skip to content

Commit

Permalink
Revert "Tidy up Devbox config"
Browse files Browse the repository at this point in the history
This reverts commit e90e3ea.
  • Loading branch information
carhartl committed Sep 10, 2023
1 parent e90e3ea commit e7c6791
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devbox.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"packages": ["[email protected]", "golangci-lint@latest", "gotest@latest"],
"shell": {
"init_hook": ["echo 'Welcome to devbox!' > /dev/null"],
"scripts": {
"lint": "golangci-lint run",
"test": "gotest ./...",
Expand Down

0 comments on commit e7c6791

Please sign in to comment.