We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e31319 commit fb8b186Copy full SHA for fb8b186
package.json
@@ -7,7 +7,8 @@
7
"scripts": {
8
"inject-env": "node inject-env.js",
9
"build": "npm run inject-env && webpack --mode production",
10
- "start": "live-server"
+ "start": "live-server",
11
+ "deploy": "gh-pages -d ."
12
},
13
"devDependencies": {
14
"@types/node": "^20.14.12",
0 commit comments