Skip to content

Commit

Permalink
update missing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
heshanu committed Dec 4, 2023
1 parent ac04dbf commit 63aa6f6
Show file tree
Hide file tree
Showing 4 changed files with 737 additions and 114 deletions.
9 changes: 8 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"homepage": "https://heshanu.github.io/AngularRefreshment",
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"version": 1,
"newProjectRoot": "projects",
Expand Down Expand Up @@ -39,7 +40,10 @@
"@angular/material/prebuilt-themes/pink-bluegrey.css",
"src/styles.css"
],
"scripts": []
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
}
},
"configurations": {
"production": {
Expand Down Expand Up @@ -102,6 +106,9 @@
],
"scripts": []
}
},
"deploy": {
"builder": "angular-cli-ghpages:deploy"
}
}
}
Expand Down
Loading

0 comments on commit 63aa6f6

Please sign in to comment.