We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61c115f commit 334ac72Copy full SHA for 334ac72
1 file changed
package.json
@@ -26,7 +26,8 @@
26
"coverage": "nyc mocha",
27
"fix": "eslint ./src --fix",
28
"lint": "eslint ./src",
29
- "clean": "rimraf dist src/dashboard/build"
+ "clean": "rimraf dist src/dashboard/build",
30
+ "ci": "run-s test lint"
31
},
32
"author": "Pathway Commons",
33
"license": "MIT",
0 commit comments