Skip to content

Commit b8e15e9

Browse files
authored
Update makefile (#125)
1 parent 2b736d2 commit b8e15e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
.PHONY: run dev
2-
run dev:
3-
npm run dev
1+
.PHONY: watch
2+
watch: ## Run webserver and watch for changes
3+
pnpm run dev

0 commit comments

Comments
 (0)