diff --git a/aio/tools/example-zipper/customizer/package-json/universal.json b/aio/tools/example-zipper/customizer/package-json/universal.json index c3f649d529..959271c58c 100644 --- a/aio/tools/example-zipper/customizer/package-json/universal.json +++ b/aio/tools/example-zipper/customizer/package-json/universal.json @@ -1,6 +1,7 @@ { "scripts": [ { "name": "ng", "command": "ng" }, + { "name": "build", "command": "ng build" }, { "name": "start", "command": "ng serve" }, { "name": "test", "command": "ng test" }, { "name": "lint", "command": "ng lint" },