Skip to content

docs: update create-type md for clearer instructions #444

docs: update create-type md for clearer instructions

docs: update create-type md for clearer instructions #444

Workflow file for this run

name: PR
on: [pull_request]
jobs:
pr:
continue-on-error: true
strategy:
matrix:
step: ['build']
runs-on: ubuntu-latest
env:
YARN_ENABLE_SCRIPTS: false
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 'lts/*'
- name: ${{ matrix.step }}
run: |
yarn install --immutable
yarn build
yarn docs