diff --git a/packages/editor/package.json b/packages/editor/package.json index 7e339226..66a95dea 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -17,7 +17,7 @@ "lint": "eslint src --ext js,ts,tsx", "playground": "webpack serve --config webpack.playground.js", "test": "yarn test:unit && yarn test:integration", - "test:integration": "start-server-and-test 'yarn playground' http-get://localhost:8081 'yarn cy:run'", + "test:integration": "npx start-server-and-test 'yarn playground' http-get://localhost:8081 'yarn cy:run'", "test:unit": "jest ./test/unit/* --detectOpenHandles" }, "dependencies": { @@ -35,8 +35,7 @@ "cypress-image-snapshot": "^4.0.1", "jest-transform-stub": "^2.0.0", "react": "^18.2.0", - "react-dom": "^18.2.0", - "start-server-and-test": "^2.0.0" + "react-dom": "^18.2.0" }, "peerDependencies": { "@emotion/react": "^11.10.5",