Skip to content

Commit d8307df

Browse files
committed
chore: allow args to be passed along to npm script
1 parent 51026f6 commit d8307df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ lint: node_modules
1111

1212
.PHONY: test
1313
test: lint
14-
npm test
14+
npm test -- $(ARGS)
1515

1616
.PHONY: check
1717
check: lint dist test

0 commit comments

Comments
 (0)