瀏覽代碼

add yarn.lock and yarn deploy command

Olivier Massot 2 年之前
父節點
當前提交
e1f7fc2fbc
共有 2 個文件被更改,包括 208 次插入443 次删除
  1. 1 0
      package.json
  2. 207 443
      yarn.lock

+ 1 - 0
package.json

@@ -14,6 +14,7 @@
     "build:prod": "yarn build --dotenv .env.prod",
     "prepare": "nuxt prepare",
     "start": "nuxt start --hostname '127.0.0.1' --port 3003",
+    "deploy": "git pull && yarn install & yarn build",
     "lint": "eslint --ext \".ts,.js,.vue\" --ignore-path .gitignore .",
     "lint-fix": "eslint --fix --ext \".ts,.js,.vue\" --ignore-path .gitignore .",
     "test": "vitest run --coverage"

File diff suppressed because it is too large
+ 207 - 443
yarn.lock


Some files were not shown because too many files changed in this diff