fix: updated to better dockerfile

This commit is contained in:
Andrew Bastin
2021-09-17 13:12:49 +05:30
parent d4392416c8
commit 4407f260ae
3 changed files with 12 additions and 7 deletions

View File

@@ -13,6 +13,7 @@
"build": "vue-tsc --noEmit && nuxt build",
"start": "nuxt start",
"generate": "nuxt generate --modern",
"build-prod": "nuxt generate --modern",
"analyze": "npx nuxt build -a",
"lint:script": "eslint --ext .ts,.js,.vue --ignore-path .gitignore .",
"lint:style": "stylelint **/*.{css,scss,vue} --ignore-path .gitignore",