Skip to content

Commit d7977f0

Browse files
committed
Correct command to start development
1 parent 120c32e commit d7977f0

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
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"scripts": {
88
"clean": "yarn workspace example clean",
9-
"start": "yarn workspace example develop",
9+
"start": "yarn workspace example start",
1010
"build": "yarn workspace example build",
1111
"serve": "yarn workspace example serve",
1212
"deploy": "yarn workspaces run deploy",

0 commit comments

Comments
 (0)