Skip to content

Commit 399d753

Browse files
committed
Update start script to match new multicommand CLI
1 parent 2945be4 commit 399d753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"/lib"
1414
],
1515
"scripts": {
16-
"start": "./bin/run",
16+
"start": "./bin/run start",
1717
"build": "npm run build:src && npm run build:pack",
1818
"build:src": "rm -rf lib && tsc -b",
1919
"build:pack": "oclif-dev manifest && oclif-dev pack",

0 commit comments

Comments
 (0)