File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -33,9 +33,9 @@ $ devenv up
33
33
Either run ` $ devenv shell ` or install [ direnv] ( https://direnv.net/ ) for
34
34
auto-loading of dev environment into your shell.
35
35
36
- - Run unit tests: ` elm-test-rs --compiler $(which lamdera) `
37
- - Run linters: ` pre-commit run --all-files `
38
- - Run all of the above : ` devenv test `
36
+ - Run unit tests: ` tests `
37
+ - Run linters: ` lint `
38
+ - Run all checks : ` devenv test `
39
39
- Verify deployment: ` lamdera check `
40
40
- CI: https://github.com/zupo/DELPT/actions/workflows/ci.yml
41
41
- Recommended VSCode extensions:
Original file line number Diff line number Diff line change 67
67
}
68
68
else { } ;
69
69
70
+ scripts . lint . exec = "pre-commit run --all-files" ;
71
+ scripts . tests . exec = "elm-test-rs --compiler $(which lamdera)" ;
70
72
}
You can’t perform that action at this time.
0 commit comments