File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import type { ModuleOptions } from '@vite-pwa/nuxt'
5
5
export const pwa : Partial < ModuleOptions > = {
6
6
registerType : 'autoUpdate' ,
7
7
manifest : {
8
- name : 'ESP admin ' ,
8
+ name : 'ESP Admin ' ,
9
9
short_name : 'ESPAdmin' ,
10
10
theme_color : '#18181B' ,
11
11
background_color : '#FFFFFF' ,
Original file line number Diff line number Diff line change 13
13
"postinstall" : " nuxt prepare" ,
14
14
"release" : " npm run lint && changelogen --release && git push --follow-tags" ,
15
15
"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"
17
17
},
18
18
"devDependencies" : {
19
19
"@bg-dev/nuxt-auth" : " ^2.0.2" ,
You can’t perform that action at this time.
0 commit comments