start & test shortcuts for run-script

This commit is contained in:
danbulant 2020-02-21 20:10:22 +01:00
parent 080769d916
commit 0af382d873

View file

@ -42,6 +42,8 @@ switch(args.contents[0]){
args.contents.splice(0,1);
pkg.install(args.flags, args.contents);
break;
case "start":
case "test":
case "run":
case "run-script":
pkg.run(args);
@ -82,10 +84,8 @@ switch(args.contents[0]){
case "shrinkwrap":
case "star":
case "stars":
case "start":
case "stop":
case "team":
case "test":
case "uninstall":
case "remove":
case "unpublish":