diff --git a/package.json b/package.json index 8ad8953..87082e1 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", + "deploy": "ng deploy --dir=dist/demo/browser", "postinstall": "husky install" }, "homepage": "https://tiberiuzuld.github.io/angular-gridster2", @@ -98,4 +98,4 @@ "prettier --write" ] } -} \ No newline at end of file +}