mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-08 22:53:25 +00:00
ci: create docker push only workflow
and change default behaviour: deploy when tag is created instead
This commit is contained in:
@@ -1,14 +1,16 @@
|
||||
{
|
||||
"name": "my-links",
|
||||
"version": "0.0.0",
|
||||
"description": "MyLinks is a free and open source software, that lets you manage your bookmarks in an intuitive interface",
|
||||
"private": true,
|
||||
"private": false,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint",
|
||||
"postbuild": "next-sitemap",
|
||||
"prepare": "husky install"
|
||||
"prepare": "husky install",
|
||||
"release": "release-it"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ducanh2912/next-pwa": "^10.0.0",
|
||||
@@ -53,6 +55,7 @@
|
||||
"husky": "^8.0.3",
|
||||
"lint-staged": "^15.2.0",
|
||||
"prisma": "^5.7.0",
|
||||
"release-it": "^17.1.1",
|
||||
"typescript": "5.3.3"
|
||||
},
|
||||
"lint-staged": {
|
||||
|
||||
Reference in New Issue
Block a user