Skip to content

Commit f4317ac

Browse files
committed
Deploy to gh
1 parent 37e691b commit f4317ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "webpack --config webpack.prod.js",
99
"watch": "webpack --watch",
1010
"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"
11+
"gh-deploy": "git add . && git ci -m 'Deploy to gh' && git push && git subtree push --prefix dist origin gh-pages"
1212
},
1313
"author": "",
1414
"license": "ISC",
@@ -24,4 +24,4 @@
2424
"webpack-cli": "^5.1.4",
2525
"webpack-dev-server": "^4.15.1"
2626
}
27-
}
27+
}

0 commit comments

Comments
 (0)