Skip to content

adding cd command to mkcert instructions (#690) #2708

adding cd command to mkcert instructions (#690)

adding cd command to mkcert instructions (#690) #2708

Workflow file for this run

name: Build
on:
push:
paths-ignore:
- ".github/workflows/**"
workflow_dispatch:
permissions:
contents: read
jobs:
lint:
name: Build
runs-on: ubuntu-22.04
steps:
- name: Check out repo
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- name: Set up Node
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
with:
cache: "npm"
cache-dependency-path: "**/package-lock.json"
node-version-file: ".nvmrc"
- name: Build
run: |
npm ci
npm run build