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 ce60b2c commit 84ba38b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 84ba38b

Please sign in to comment.