Skip to content

Commit a39b80c

Browse files
authored
mark publish as phony too
1 parent 8bddd81 commit a39b80c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/rollup-plugin-gettext/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
.PHONY: test build publish
2+
13
build:
24
npx tsc -p tsconfig.lib.json
35

4-
.PHONY: test build
56
# for some reason vitest --typecheck doesn't actually fail when there are type
67
# errors for me, so I'm running tsc here as a workaround
78
test:

0 commit comments

Comments
 (0)