Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Commit

Permalink
Update docs generate to include CNAME
Browse files Browse the repository at this point in the history
  • Loading branch information
Samrith Shankar committed Feb 19, 2020
1 parent f3649e4 commit 0ed59a0
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 @@ -41,7 +41,7 @@
"coverage": "nyc --reporter=lcovonly yarn test",
"refresh": "rimraf ./node_modules ./yarn.lock && yarn install",
"lint": "eslint src/**/*.ts",
"docs:generate": "typedoc ./src",
"docs:generate": "typedoc ./src && cp CNAME docs/CNAME",
"docs:serve": "live-server ./docs"
},
"devDependencies": {
Expand Down

0 comments on commit 0ed59a0

Please sign in to comment.