Skip to content

Commit

Permalink
Merge branch 'main/develop' into main/master
Browse files Browse the repository at this point in the history
  • Loading branch information
meteyou committed Jun 11, 2022
2 parents 87a9854 + e251d3c commit 4c7ec84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"format:check": "npm run format:base -- --check",
"lint": "eslint --ignore-path .gitignore src",
"lint:fix": "npm run lint -- --fix",
"build.zip": "cd ./dist && zip -r mainsail.zip ./ -x */\\.DS_Store ./ && cd ..",
"build.zip": "cd ./dist && zip -r mainsail.zip ./ -x '**.DS_Store' ./ && cd ..",
"i18n-extract": "vue-i18n-extract use-config",
"start": "vite preview",
"test": "npm run build && cypress run",
Expand Down

0 comments on commit 4c7ec84

Please sign in to comment.