Skip to content

Commit 0cd7ecf

Browse files
committed
Fix: revive a lost script
1 parent 2d22201 commit 0cd7ecf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
"codecov": "nyc report --reporter lcovonly && codecov",
5454
"coverage": "nyc report --reporter lcov && opener ./coverage/lcov-report/index.html",
5555
"lint": "eslint lib test",
56+
"setup": "git submodule update --init && cd test/fixtures/eslint && npm install",
5657
"pretest": "run-s build lint",
5758
"test": "nyc npm run _mocha",
5859
"preversion": "npm test",

0 commit comments

Comments
 (0)