diff --git a/packages/ckeditor5-dev-tests/package.json b/packages/ckeditor5-dev-tests/package.json index 2a4cf4ce3..2a13c8ebf 100644 --- a/packages/ckeditor5-dev-tests/package.json +++ b/packages/ckeditor5-dev-tests/package.json @@ -61,7 +61,7 @@ "bin" ], "scripts": { - "postinstall": "bin/postinstall.js" + "postinstall": "node bin/postinstall.js" }, "bin": { "ckeditor5-dev-tests-run-automated": "bin/testautomated.js",