mirror of
https://github.com/jaedle/mirror-to-gitea.git
synced 2026-01-09 21:07:55 -05:00
Update Taskfile.yml
This commit is contained in:
@@ -6,7 +6,7 @@ tasks:
|
|||||||
cmds:
|
cmds:
|
||||||
- task: install
|
- task: install
|
||||||
- task: clean
|
- task: clean
|
||||||
- task: check
|
# - task: check
|
||||||
- task: test
|
- task: test
|
||||||
- task: build
|
- task: build
|
||||||
|
|
||||||
@@ -24,4 +24,4 @@ tasks:
|
|||||||
clean: npm run clean
|
clean: npm run clean
|
||||||
check: npm run check
|
check: npm run check
|
||||||
test: npm run test
|
test: npm run test
|
||||||
build: npm run build
|
build: npm run build
|
||||||
|
|||||||
Reference in New Issue
Block a user