Skip to content

Create jekyll-gh-pages.yml #243

Create jekyll-gh-pages.yml

Create jekyll-gh-pages.yml #243

Workflow file for this run

name: build_check
on: [push, pull_request]
jobs:
component-build-test:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@master
- name: Install pnpm
uses: pnpm/action-setup@v2
- name: Set node version to 16
uses: actions/setup-node@v2
with:
node-version: 16
cache: 'pnpm'
- name: run build
run: cd packages/concis-react && pnpm install --no-frozen-lockfile && pnpm build