|
@@ -15,6 +15,7 @@
|
|
|
"start:local": "yarn start --dotenv .env.local",
|
|
"start:local": "yarn start --dotenv .env.local",
|
|
|
"start:preprod": "yarn start --dotenv .env.preprod",
|
|
"start:preprod": "yarn start --dotenv .env.preprod",
|
|
|
"start:prod": "yarn start --dotenv .env.prod",
|
|
"start:prod": "yarn start --dotenv .env.prod",
|
|
|
|
|
+ "deploy": "git pull && yarn install && yarn build && pm2 start app",
|
|
|
"lint:js": "eslint --ext .js,.vue --ignore-path .gitignore .",
|
|
"lint:js": "eslint --ext .js,.vue --ignore-path .gitignore .",
|
|
|
"lint": "yarn lint:js",
|
|
"lint": "yarn lint:js",
|
|
|
"test": "jest",
|
|
"test": "jest",
|