Skip to content

Commit

Permalink
Fix gh-pages deploy npm-script
Browse files Browse the repository at this point in the history
  • Loading branch information
koki-sato committed Aug 5, 2019
1 parent 5f5a145 commit 28c5a9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "koki-sato.github.io",
"description": "My portfolio page",
"repository": "https://github.com/koki-sato/koki-sato.github.io.git",
"author": "Koki Sato <contact@koki-sato.com>",
"author": "Koki Sato <admin@koki-sato.com>",
"license": "MIT",
"engines": {
"node": "^10.16.0",
Expand All @@ -19,7 +19,7 @@
"format": "run-s format:*",
"format:prettier": "prettier --write {pages,src,types}/**/*.{scss,js,ts,tsx} *.{js,json}",
"format:tslint": "tslint --fix -p . {pages,src,types}/**/*.ts{,x}",
"gh-pages": "gh-pages -b master -d dist -t -m '[ci skip] Deploy to master'",
"gh-pages": "gh-pages -b master -d dist -t -m '[ci skip] Deploy to master' --git $(which git)",
"lint": "tslint -p . {pages,src,types}/**/*.ts{,x}",
"test": "run-s lint typecheck",
"typecheck": "tsc -p . --noEmit"
Expand Down

0 comments on commit 28c5a9a

Please sign in to comment.