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

Commit 2d1d0be

Browse files
committed
QA changes
1 parent 88345ef commit 2d1d0be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"start": "node server.js",
55
"dev": "webpack-dev-server --port 8500",
66
"dev-https": "webpack-dev-server --https --port 8500",
7+
"qa": "webpack-dev-server --port 8500",
78
"build": "webpack --mode=production",
89
"analyze": "webpack --mode=production --env.analyze=true",
910
"lint": "eslint src --ext js",

0 commit comments

Comments
 (0)