Skip to content

Commit 8f63a6a

Browse files
committed
set default script
1 parent 03f9b6d commit 8f63a6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run_tests_in_ci.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const argv = yargs.options({
2828
s: {
2929
type: 'string',
3030
desc: 'the npm script to run',
31-
demandOption: true
31+
default: 'test'
3232
}
3333
}).argv;
3434

0 commit comments

Comments
 (0)