|
@@ -8,6 +8,7 @@
|
|
|
"build": "node scripts/build.js",
|
|
|
"test": "node scripts/test.js",
|
|
|
"deploy:qa": "auto-deploy build -t qa",
|
|
|
+ "deploy:uat": "auto-deploy build -t uat",
|
|
|
"deploy:prod": "auto-deploy build -t prod",
|
|
|
"lint": "npm run lint:js && npm run lint:style && npm run lint:prettier",
|
|
|
"lint-staged:js": "eslint --ext .js,.jsx,.ts,.tsx ",
|