Skip to content

Commit 14b6913

Browse files
committed
Add a dummy data npm script
1 parent e6d1610 commit 14b6913

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@
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+
"data:search": "echo \"Hello World!\"",
31+
"data": "run-s data:*"
3032
},
3133
"author": "Pathway Commons",
3234
"license": "MIT",

0 commit comments

Comments
 (0)