We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a64b37a commit fefcfeeCopy full SHA for fefcfee
1 file changed
package.json
@@ -27,8 +27,7 @@
27
"fix": "eslint ./src --fix",
28
"lint": "eslint ./src",
29
"clean": "rimraf dist src/dashboard/build",
30
- "data:search": "echo \"Hello World!\"",
31
- "data": "run-s data:*"
+ "data": "echo \"Hello World!\""
32
},
33
"author": "Pathway Commons",
34
"license": "MIT",
0 commit comments