Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
task: rename node_checks to node-checks in Taskfile
Browse files Browse the repository at this point in the history
  • Loading branch information
abdfnx committed Apr 7, 2022
1 parent 277fd9b commit c2b5d50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ tasks:

release:
cmds:
- task: node_checks
- task: node-checks
- BuildDate="$(cat date.txt)" goreleaser release --rm-dist --timeout 100m

build:
Expand Down Expand Up @@ -90,7 +90,7 @@ tasks:
- rm secman.json
- cp ../dist/secman.json .

node_checks:
node-checks:
cmds:
- if ! [ -d ./node_modules ]; then yarn; fi
- task: fix-vercel-go-mod
Expand Down

0 comments on commit c2b5d50

Please sign in to comment.