chore(examples): rename package

This commit is contained in:
moklick
2022-08-29 11:02:48 +02:00
parent dc7fb04ba0
commit 8d604aa8b5
3 changed files with 20 additions and 20 deletions

View File

@@ -14,7 +14,7 @@
"dev": "preconstruct watch",
"dev:example": "cd examples/nextjs && yarn dev",
"build": "preconstruct build && yarn run packages",
"packages": "yarn workspaces foreach --include '@react-flow/**' run build",
"packages": "yarn workspaces foreach --include '@react-flow/**' --include 'reactflow' run build",
"test:all": "yarn test:chrome && yarn test:firefox",
"test:e2e": "cd examples/nextjs && cypress run",
"test:component": "cd examples/nextjs && cypress run --component",