Skip to content

Commit c7374ba

Browse files
author
David Emory
committed
build(mastarm): Only lint the lib/ dir
1 parent 17a53f0 commit c7374ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
"description": "A library for writing modern OpenTripPlanner-compatible multimodal journey planning web applications using React and Redux",
44
"main": "build/index.js",
55
"scripts": {
6+
"lint": "mastarm lint \"lib/**/*.js\"",
67
"prepublish": "mastarm prepublish --config configurations/prepublish",
7-
"test": "mastarm lint && mastarm test",
8+
"test": "yarn run lint && mastarm test",
89
"start": "mastarm build --serve example.js",
910
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
1011
},

0 commit comments

Comments
 (0)