yarn
cd packages/editor
yarn dev
yarn test:ci
yarn
When you run the runtime or editor locally, if you modify the code of other packages, you must rebuild the modified package, otherwise, the runtime and editor will still run the old code.
Apache-2.0