Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding one-command deployment to Github Pages #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"start": "webpack serve --config webpack/webpack.dev.js",
"build": "rimraf dist && webpack --config webpack/webpack.prod.js",
"bundle": "npm run build",
"deploy": "touch dist/.nojekyll && gh-pages -t -d dist -m \"Build for $(git log -n1 --pretty=format:\"%h %s\") [skip ci]\"",
"serve": "serve dist",
"format": "prettier --check src/scripts/**",
"format:write": "prettier --write src/scripts/**"
Expand Down Expand Up @@ -44,6 +45,7 @@
"devDependencies": {
"@yandeu/prettier-config": "^0.0.3",
"copy-webpack-plugin": "^10.1.0",
"gh-pages": "^4.0.0",
"html-webpack-plugin": "^5.5.0",
"javascript-obfuscator": "^4.0.0",
"prettier": "^2.5.1",
Expand Down