diff --git a/package.json b/package.json index 6bb6e052..8707b024 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,9 @@ "scripts": { "ng": "ng", "start": "ng serve --open", + "prebuildfrontendtest": "node src/prebuild.cjs", "prebuildfrontend": "node src/prebuild.cjs", + "buildfrontendtest": "ng test --watch=false && ng build --configuration production", "buildfrontend": "ng test --watch=false && ng build --configuration production", "buildbackend": "tsc --project tsconfig.json", "watchbackend": "tsc --project tsconfig.json --watch",