diff --git a/package.json b/package.json index a25157f9947f1..df7efeec051a8 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,10 @@ "submit-plugin": "node ./scripts/submit-plugin.js", "prepare": "is-ci || husky install", "echo": "echo 123458", - "preinstall": "node ./scripts/preinstall.js" + "preinstall": "node ./scripts/preinstall.js", + "test":"nx test", + "e2e":"nx e2e", + "build-project":"nx build" }, "devDependencies": { "@actions/core": "^1.10.0",