diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index d9a00f6..995efbd 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -29,6 +29,7 @@ jobs: node-version: ${{ matrix.node-version }} cache: 'npm' - run: npm ci --force + - run: npm run build --if-present -- --isNpmBuild - run: npm run build --if-present - run: python -m pip install linkcheckmd - run: python -m linkcheckmd README.md diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 93d7136..4f0c878 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -29,7 +29,7 @@ jobs: node-version: 20 registry-url: https://registry.npmjs.org/ - run: npm ci --force - - run: npm run build --if-present --isNpmBuild + - run: npm run build --if-present -- --isNpmBuild - run: npm publish --access=public env: NODE_AUTH_TOKEN: ${{secrets.npm_token}} diff --git a/README.md b/README.md index 3809c62..71733cb 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,29 @@ ---- -page_type: sample -description: A rich library of animations for use with the Azure Maps Web SDK. -languages: -- javascript -- typescript -products: -- azure -- azure-maps ---- +
| page_type | +description | +languages | +products | +
|---|---|---|---|
| sample | +A rich library of animations for use with the Azure Maps Web SDK. | +
+ javascript
+ + typescript
+ |
+
+ azure
+ + azure-maps
+ |
+