We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17a53f0 commit c7374baCopy full SHA for c7374ba
package.json
@@ -3,8 +3,9 @@
3
"description": "A library for writing modern OpenTripPlanner-compatible multimodal journey planning web applications using React and Redux",
4
"main": "build/index.js",
5
"scripts": {
6
+ "lint": "mastarm lint \"lib/**/*.js\"",
7
"prepublish": "mastarm prepublish --config configurations/prepublish",
- "test": "mastarm lint && mastarm test",
8
+ "test": "yarn run lint && mastarm test",
9
"start": "mastarm build --serve example.js",
10
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
11
},
0 commit comments