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