Skip to content

Commit

Permalink
Changes for the new Typescript doc
Browse files Browse the repository at this point in the history
PutFileOptions tried/failed
Changes recommended by Matt
Fixing lint errors spacing and odd redirectPath
Fixing lodash lint error

Signed-off-by: Mary Anthony <mary@blockstack.com>
  • Loading branch information
Mary Anthony committed Apr 9, 2019
1 parent e7c7dcf commit 1717cb5
Show file tree
Hide file tree
Showing 47 changed files with 1,473 additions and 7,040 deletions.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
# run tests!
- run: npm test

- run: npm build
- run: npm run build

- run: npm run codecovUpload

- store_artifacts:
path: docs
destination: docs
Loading

0 comments on commit 1717cb5

Please sign in to comment.