Refactor build-and-push.js and deploy.js to improve code structure and update version number in package.json

This commit is contained in:
Dede Fuji Abdul
2024-04-18 14:31:22 +07:00
parent fedbdfff16
commit 34e6f328b0
6 changed files with 100 additions and 53 deletions

View File

@ -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",