diff --git a/package.json b/package.json index 23ade1e52..a333f1112 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "format": "npm run format -ws --if-present", "format:fix": "npm run format:fix -ws --if-present", "build": "npm run build -ws --if-present", + "prepare": "npm run generate", "start:dev:common": "npm run start:dev -w common", "start:dev:server": "npm run start:dev -w server", "start:dev:client": "npm run start:dev -w client",