Skip to content

fixed package.json install scripts #3

fixed package.json install scripts

fixed package.json install scripts #3

Workflow file for this run

name: NASA Project CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js version 18
uses: actions/setup-node@v3
with:
node-version: '18'
- run: npm install
- run: npm run build --prefix client