Skip to content

Commit 2ebc38e

Browse files
update docs and demo scripts to yarn4 sytax (#70)
1 parent ce65cf3 commit 2ebc38e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"build": "yarn workspaces foreach --all --topological --include 'packages/*' run build && yarn workspaces foreach --all --include 'apps/*' run build",
99
"lint": "eslint . --max-warnings=0",
1010
"test": "yarn workspaces foreach --all --include 'packages/*' run test",
11-
"dev:docs": "yarn --workspace apps/docs run dev",
12-
"dev:demo": "yarn --workspace apps/demo run dev",
11+
"dev:docs": "yarn workspace @wix/interact-docs run dev",
12+
"dev:demo": "yarn workspace @wix/interact-demo run dev",
1313
"format": "prettier . --write",
1414
"format:check": "prettier . --check",
1515
"serve": "npx serve . -l 3000",

0 commit comments

Comments
 (0)