diff --git a/frontend/packages/cli/package.json b/frontend/packages/cli/package.json index a903abdcd5..e2a24a6214 100644 --- a/frontend/packages/cli/package.json +++ b/frontend/packages/cli/package.json @@ -6,6 +6,7 @@ "license": "Apache-2.0", "private": false, "scripts": { + "exec": "npx ts-node ./src", "build": "web-scripts build", "lint": "web-scripts lint", "test": "web-scripts test",