Skip to content

fix: configure .npmrc to run pre & post scripts #26

fix: configure .npmrc to run pre & post scripts

fix: configure .npmrc to run pre & post scripts #26

Workflow file for this run

name: Build Check
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Node
uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
- name: Install and Build
env:
FONTAWESOME_NPM_AUTH_TOKEN: ${{ secrets.FONTAWESOME_NPM_AUTH_TOKEN }}
NEXT_PUBLIC_BUILDER_API_KEY: whatever
run: |
npm ci
npm run build