Skip to content

Commit 334ac72

Browse files
committed
Add a ci npm convenience command
1 parent 61c115f commit 334ac72

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"coverage": "nyc mocha",
2727
"fix": "eslint ./src --fix",
2828
"lint": "eslint ./src",
29-
"clean": "rimraf dist src/dashboard/build"
29+
"clean": "rimraf dist src/dashboard/build",
30+
"ci": "run-s test lint"
3031
},
3132
"author": "Pathway Commons",
3233
"license": "MIT",

0 commit comments

Comments
 (0)