Skip to content

Update package.json

Update package.json #6

Workflow file for this run

name: PR Validation
on: [pull_request, workflow_dispatch]
jobs:
client:
uses: ./.github/workflows/reusable-test-npm.yml
with:
folder: ./client
npm-command: build
server:
uses: ./.github/workflows/reusable-test-npm.yml
with:
folder: ./server
npm-command: lint