There was an error while loading. Please reload this page.
1 parent ce65cf3 commit 2ebc38eCopy full SHA for 2ebc38e
1 file changed
package.json
@@ -8,8 +8,8 @@
8
"build": "yarn workspaces foreach --all --topological --include 'packages/*' run build && yarn workspaces foreach --all --include 'apps/*' run build",
9
"lint": "eslint . --max-warnings=0",
10
"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",
+ "dev:docs": "yarn workspace @wix/interact-docs run dev",
+ "dev:demo": "yarn workspace @wix/interact-demo run dev",
13
"format": "prettier . --write",
14
"format:check": "prettier . --check",
15
"serve": "npx serve . -l 3000",
0 commit comments