Skip to content

Commit

Permalink
swap
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed May 23, 2024
1 parent b84431a commit 39f1c6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ lint-fix: node_modules
npx tsc

.PHONY: test
test: build node_modules
test: node_modules build
npx vitest

.PHONY: test-update
test-update: build node_modules
test-update: node_modules build
npx vitest -u

.PHONY: build
Expand Down

0 comments on commit 39f1c6d

Please sign in to comment.