Skip to content

Commit

Permalink
chore: fix demo build
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuzuld committed May 24, 2024
1 parent 6db7cdb commit 8cf8e77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@
"options": {
"repo": "https://[email protected]/tiberiuzuld/angular-gridster2.git",
"name": "Tiberiu Zuld",
"email": "[email protected]"
"email": "[email protected]",
"dir": "dist/demo/browser"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8cf8e77

Please sign in to comment.