diff options
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ lint: lint-www .PHONY: lint-www lint-www: - cd _www && npx eslint --fix . + cd _www && ./node_modules/.bin/eslint . .PHONY: test test: |
![]() |
index : gorankusu | |
| The Go library for load testing HTTP and WebSocket endpoints. | Shulhan |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | Makefile | 2 |
@@ -19,7 +19,7 @@ lint: lint-www .PHONY: lint-www lint-www: - cd _www && npx eslint --fix . + cd _www && ./node_modules/.bin/eslint . .PHONY: test test: |