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 c73f036 commit 6db7cdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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",
"deploy": "ng deploy --dir=dist/demo/browser",
"postinstall": "husky install"
},
"homepage": "https://tiberiuzuld.github.io/angular-gridster2",
Expand Down Expand Up @@ -98,4 +98,4 @@
"prettier --write"
]
}
}
}

0 comments on commit 6db7cdb

Please sign in to comment.