diff --git a/package.json b/package.json index 9e95b7078..6214a2ea7 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "test": "yarn run test:mocha && yarn run test:jest", "test:custom": "mocha --require ./config/babel/register.cjs ./packages/slate/test/index.js", "test:inspect": "yarn test --inspect-brk", - "test:integration": "yarn dlx playwright install --with-deps && run-p -r serve playwright", + "test:integration": "playwright install && run-p -r serve playwright", "test:integration-local": "run-p -r serve playwright", "test:mocha": "mocha --require ./config/babel/register.cjs ./packages/{slate,slate-history,slate-hyperscript}/test/**/*.{js,ts}", "test:jest": "jest --config jest.config.js",