Skip to content
This repository was archived by the owner on Nov 18, 2021. It is now read-only.

Commit

Permalink
Move the test script to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
tetsuharuohzeki committed Aug 21, 2019
1 parent b9ae40c commit 6c8b855
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ help:

.PHONY: test
test: ## Run all tests.
yarn run test
$(NPM_BIN)/eslint --ext js,md,ts $(CURDIR)/
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
"version": "0.0.0",
"description": "ESLint configurations that are used by AbemaTV and other projects",
"license": "MIT",
"scripts": {
"test": "eslint --ext js,md,ts ./"
},
"scripts": {},
"engines": {
"node": ">6.9.1",
"npm": ">3.10.3"
Expand Down

0 comments on commit 6c8b855

Please sign in to comment.