Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdaf805c

Browse files
authored
chore: change start example scripts (#2368)
1 parentac8ef76 commitdaf805c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎package.json‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"test":"lerna --concurrency 1 run test",
1111
"clean":"lerna run --parallel clean && lerna clean --yes && rimraf node_modules",
1212
"build":"lerna run --parallel build",
13-
"counter":"yarnstart --prefix examples/counter",
14-
"error-demo":"yarnstart --prefix examples/error-demo",
15-
"cancellable-counter":"yarnstart --prefix examples/cancellable-counter",
16-
"shop":"yarnstart --prefix examples/shopping-cart",
17-
"async":"yarnstart --prefix examples/async",
18-
"real-world":"yarnstart --prefix examples/real-world",
13+
"counter":"yarn--cwd examples/counter start",
14+
"error-demo":"yarn--cwd examples/error-demo start",
15+
"cancellable-counter":"yarn--cwd examples/cancellable-counter start",
16+
"shop":"yarn--cwd examples/shopping-cart start",
17+
"async":"yarn--cwd examples/async start",
18+
"real-world":"yarn--cwd examples/real-world start",
1919
"changeset":"changeset",
2020
"prerelease":"yarn build",
2121
"release":"changeset publish"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp