mirror of
https://github.com/danbulant/bpm
synced 2026-05-19 04:08:47 +00:00
start & test shortcuts for run-script
This commit is contained in:
parent
080769d916
commit
0af382d873
1 changed files with 2 additions and 2 deletions
4
index.js
4
index.js
|
|
@ -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":
|
||||
|
|
|
|||
Loading…
Reference in a new issue