diff --git a/package.json b/package.json index 37ff712..feb2148 100644 --- a/package.json +++ b/package.json @@ -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"