We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37e691b commit f4317acCopy full SHA for f4317ac
package.json
@@ -8,7 +8,7 @@
8
"build": "webpack --config webpack.prod.js",
9
"watch": "webpack --watch",
10
"start": "webpack serve --open-app-name 'Google Chrome' --config webpack.dev.js",
11
- "gh-deploy": "git add . && git ci -m && git push && git subtree push --prefix dist origin gh-pages"
+ "gh-deploy": "git add . && git ci -m 'Deploy to gh' && git push && git subtree push --prefix dist origin gh-pages"
12
},
13
"author": "",
14
"license": "ISC",
@@ -24,4 +24,4 @@
24
"webpack-cli": "^5.1.4",
25
"webpack-dev-server": "^4.15.1"
26
}
27
-}
+}
0 commit comments