Refactor build-and-push.js and deploy.js to improve code structure and update version number in package.json
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "eis",
|
||||
"version": "0.0.117",
|
||||
"version": "0.0.120-vm",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
@ -13,7 +13,7 @@
|
||||
"type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
|
||||
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
||||
"format": "prettier --write src/",
|
||||
"build-push": "node build-push.js"
|
||||
"deploy": "node deploy.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@apollo/client": "^3.8.10",
|
||||
|
Reference in New Issue
Block a user