diff --git a/README.md b/README.md index 9905ad2..ba63701 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,12 @@ esm and umd versions you can use for now. [npm-pack-url]: https://storage.ubidev.net/marker-api-playground/lib/googlemaps-marker.tgz +## API Documentation + +The API documentation generated by typedoc is available here: + +[API Documentation](https://storage.ubidev.net/marker-api-playground/api-docs/) + ## Core Concepts One key design choice made here is to use dynamic properties instead of diff --git a/package.json b/package.json index c85298c..760d157 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,8 @@ "server:docs": "http-server ./dist/docs", "docs": "run-p watch:docs server:docs", "deploy:playground": "cd examples/playground && npm run deploy", - "deploy:archive": "npm run clean && npm run build && npm pack --pack-destination ./dist && mv ./dist/googlemaps-marker*.tgz ./dist/googlemaps-marker.tgz && gsutil -m rsync -rc ./dist/ gs://storage.ubidev.net/marker-api-playground/lib/", + "deploy:archive": "run-s clean build && npm pack --pack-destination ./dist && mv ./dist/googlemaps-marker*.tgz ./dist/googlemaps-marker.tgz && gsutil -m rsync -rc ./dist/ gs://storage.ubidev.net/marker-api-playground/lib/", + "deploy:docs": "npm run build:docs && gsutil -m rsync -rc ./dist/docs gs://storage.ubidev.net/marker-api-playground/api-docs/", "deploy": "run-s deploy:*" }, "devDependencies": {