Skip to content

fix(deps): update dependency rehype-autolink-headings to v7 - autoclosed #176

fix(deps): update dependency rehype-autolink-headings to v7 - autoclosed

fix(deps): update dependency rehype-autolink-headings to v7 - autoclosed #176

Workflow file for this run

name: PR
on:
pull_request:
jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm run build:lib
- run: npm run coverage
- run: npm run build:doc
- run: npm run bundle
working-directory: core
- run: npm run bundle:min
working-directory: core