Update Taskfile.yml

This commit is contained in:
Dennis Wielepsky
2025-04-07 21:08:21 +02:00
committed by GitHub
parent 63bcbe4034
commit a53ffa46ae

View File

@@ -6,7 +6,7 @@ tasks:
cmds:
- task: install
- task: clean
- task: check
# - task: check
- task: test
- task: build
@@ -24,4 +24,4 @@ tasks:
clean: npm run clean
check: npm run check
test: npm run test
build: npm run build
build: npm run build