Skip to content

Commit

Permalink
chore: update lib build script
Browse files Browse the repository at this point in the history
  • Loading branch information
shhdharmen committed Apr 21, 2024
1 parent 7c89dfb commit 5aa7cde
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 @@ -4,13 +4,13 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build": "ng build --base-href=/cmdk/",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"contributors:add": "all-contributors add",
"hooks:pre-commit": "node hooks/pre-commit.js",
"commit": "cz",
"deploy": "ng deploy --base-href=/cmdk/",
"deploy": "npx angular-cli-ghpages",
"copy": "cpx README.md dist/ngxpert/cmdk",
"build:lib": "ng build @ngxpert/cmdk && npm run copy",
"test:lib": "ng test @ngxpert/cmdk",
Expand Down

0 comments on commit 5aa7cde

Please sign in to comment.