Skip to content

Commit fefcfee

Browse files
committed
Single data npm script.
1 parent a64b37a commit fefcfee

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@
2727
"fix": "eslint ./src --fix",
2828
"lint": "eslint ./src",
2929
"clean": "rimraf dist src/dashboard/build",
30-
"data:search": "echo \"Hello World!\"",
31-
"data": "run-s data:*"
30+
"data": "echo \"Hello World!\""
3231
},
3332
"author": "Pathway Commons",
3433
"license": "MIT",

0 commit comments

Comments
 (0)