Skip to content

Commit

Permalink
docs(cname): add CNAME to docs directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean authored Dec 7, 2018
1 parent a5b56b5 commit b6e332d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
o.hammy2899.xyz
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"test": "npm-run-all test:eslint test:jest",
"docs:clean": "rm -rf docs",
"docs:esdoc": "esdoc -c .esdoc.json",
"docs": "npm-run-all docs:clean docs:esdoc",
"docs:cname": "echo o.hammy2899.xyz >> docs/CNAME",
"docs": "npm-run-all docs:clean docs:esdoc docs:cname",
"release": "standard-version"
},
"repository": {
Expand Down

0 comments on commit b6e332d

Please # to comment.