Skip to content

Commit

Permalink
add publish
Browse files Browse the repository at this point in the history
  • Loading branch information
apaolaoliveira committed Oct 11, 2023
1 parent 92e35db commit f4e0043
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
"test": "ng test",
"publish": "git subtree push --prefix dist origin gh-pages"
},
"engines": {
"node": ">=18 <19"
Expand Down

0 comments on commit f4e0043

Please sign in to comment.