diff --git a/package.json b/package.json index a75f45c..6d70ef9 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,8 @@ "gen:fe": "npm run gen -w frontend", "start": "npm run start:prod -w backend", "docs": "docsify serve ./docs", - "deploy:docs": "npm run build:docs && netlify deploy --dir=dist/docs --prod" + "deploy:docs": "npm run build:docs && netlify deploy --dir=dist/docs --prod", + "release": "npm run build && docker build -t raiper34/spooty:0.0.0 . && docker push raiper34/spooty:0.0.0" }, "devDependencies": { "copy-files-from-to": "^3.2.2",