Skip to content

Commit 02c88d5

Browse files
committed
chore: Replace build:docker script to release:docker
1 parent 2ef9dab commit 02c88d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/pwa.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import type { ModuleOptions } from '@vite-pwa/nuxt'
55
export const pwa: Partial<ModuleOptions> = {
66
registerType: 'autoUpdate',
77
manifest: {
8-
name: 'ESP admin',
8+
name: 'ESP Admin',
99
short_name: 'ESPAdmin',
1010
theme_color: '#18181B',
1111
background_color: '#FFFFFF',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"postinstall": "nuxt prepare",
1414
"release": "npm run lint && changelogen --release && git push --follow-tags",
1515
"lint": "eslint .",
16-
"build:docker": "docker build . -t becemgharbi/esp-admin"
16+
"release:docker": "docker build . -t becemgharbi/esp-admin && docker push becemgharbi/esp-admin"
1717
},
1818
"devDependencies": {
1919
"@bg-dev/nuxt-auth": "^2.0.2",

0 commit comments

Comments
 (0)