diff --git a/angular.json b/angular.json index 2b4f225..ae7842c 100644 --- a/angular.json +++ b/angular.json @@ -109,7 +109,8 @@ "options": { "repo": "https://GH_TOKEN@github.com/tiberiuzuld/angular-gridster2.git", "name": "Tiberiu Zuld", - "email": "tiberiuzuld@gmail.com" + "email": "tiberiuzuld@gmail.com", + "dir": "dist/demo/browser" } } } diff --git a/package.json b/package.json index 87082e1..28a90ca 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "test-lib": "ng test angular-gridster2", "lint": "ng lint", "watch": "ng build --watch --configuration development", - "deploy": "ng deploy --dir=dist/demo/browser", + "deploy": "ng deploy", "postinstall": "husky install" }, "homepage": "https://tiberiuzuld.github.io/angular-gridster2",