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: 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