Skip to content

Add some doc for the script #169

Add some doc for the script

Add some doc for the script #169

Workflow file for this run

name: Build project
on: [push]
jobs:
build:
name: Build project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
cache: 'npm'
- run: git config --global url."git@github.com:".insteadOf git://github.com/ && npm ci
- run: npm run build --if-present