diff --git a/README.md b/README.md index 3818a1c..41347b0 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ # convertorizr - Convert whatever you want! -This is a short introduction to the awesome Convertorizr hosted at [https://conv.friedli.info/]. +This is a short introduction to the awesome Convertorizr hosted at https://conv.friedli.info/. Deployment is automated with Gitlab CI. Usage is self-explanatory. What else do you need to know? +The source code is hosted at https://gittr.ch/manuel/converter.git. Contact the author at manuel-convertorizr|at|fritteli.ch. Cheers! diff --git a/package.json b/package.json index 5eddd26..972ceac 100644 --- a/package.json +++ b/package.json @@ -24,8 +24,7 @@ "start": "ng serve", "build": "ng build --delete-output-path", "build-prod": "ng build --prod --optimization --aot --delete-output-path --build-optimizer", - "test": "ng test --single-run", - "test-continuous": "ng test", + "test": "ng test", "lint": "ng lint", "e2e": "ng e2e", "postinstall": "npm rebuild node-sass"