diff --git a/build-prod.sh b/build-prod.sh index 2bb9ebb..cbd4729 100644 --- a/build-prod.sh +++ b/build-prod.sh @@ -1,3 +1,3 @@ -ng build --prod --base-href "https://goosly.github.io/AGE/" +npm run build-prod ngh --dir=dist/demo diff --git a/package.json b/package.json index 1350af6..c1f5d80 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "scripts": { "ng": "ng", "start": "ng serve", - "build": "ng build -c=production", + "build-prod": "ng build -c=production", "test": "jest" }, "devDependencies": {