mirror of
https://github.com/samsonjs/format.git
synced 2026-03-25 08:45:53 +00:00
fix test-minify target in Makefile
This commit is contained in:
parent
9fe2d57865
commit
1bc06f0f15
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -8,6 +8,6 @@ test:
|
||||||
node test_format.js
|
node test_format.js
|
||||||
|
|
||||||
test-minified:
|
test-minified:
|
||||||
node test_format.js format-min.js
|
node test_format.js ./format-min.js
|
||||||
|
|
||||||
.PHONY: test test-minified
|
.PHONY: test test-minified
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue