diff --git a/package.json b/package.json index 0eae74e30b..5a21c72685 100644 --- a/package.json +++ b/package.json @@ -44,6 +44,7 @@ "template-starter:build": "yarn --cwd application-templates/starter build", "template-starter:start": "yarn --cwd application-templates/starter start", "template-starter:start:prod:local": "yarn --cwd application-templates/starter start:prod:local", + "prebuild": "yarn workspaces run prebuild", "build": "NODE_ENV=production lerna run build --no-private", "build:typings": "NODE_ENV=production lerna run build:typings --no-private", "build:bundles": "NODE_ENV=production lerna run build:bundles --no-private",