diff --git a/Taskfile.yml b/Taskfile.yml index da45b74..2e3e8ad 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -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 \ No newline at end of file + build: npm run build