diff --git a/package.json b/package.json index 8707b024..b0018a6e 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "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", + "buildfrontend": "ng build --configuration production", "buildbackend": "tsc --project tsconfig.json", "watchbackend": "tsc --project tsconfig.json --watch", "server": "set NODE_ENV=development&&nodemon ./rtl.js",