Skip to content

Use --install-links to prevent npm from installing using symlinks #271

Use --install-links to prevent npm from installing using symlinks

Use --install-links to prevent npm from installing using symlinks #271

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- master
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/[email protected]
- name: Install NPM dependencies
uses: bahmutov/[email protected]
- name: Compile Source Files
run: npm run build