Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 3aa0be0

Browse files
committed
QA changes
1 parent e1b2754 commit 3aa0be0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"start-local-proxy": "sh start-local-proxy.sh",
77
"dev": "cross-env APPMODE=development webpack-dev-server",
88
"dev-https": "cross-env APPMODE=development webpack-dev-server --https",
9+
"qa": "cross-env APPMODE=development webpack-dev-server",
910
"build": "webpack --mode=${APPMODE:-development} --env.config=${APPENV:-dev}",
1011
"analyze": "webpack --mode=production --env.analyze=true",
1112
"lint": "eslint src --ext js",

0 commit comments

Comments
 (0)