Skip to content

NX implementation

NX implementation #32

Workflow file for this run

name: Build and test
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 16.x
registry-url: https://registry.npmjs.org/
- name: Install lib dependencies
run: npm install
- name: Build library
run: npx nx build halstack-react-hal
- name: Copy README
run: npx nx run copy