Skip to content

change npm run name #77

change npm run name

change npm run name #77

Workflow file for this run

name: Tests
on: [push]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v4
- name: Use the NodeJS version configured on the .nvmrc
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- run: npm ci
- run: npm test
- run: npm run bundle
- name: Check that all the files are synced with the repo
run: .github/workflows/check-status.sh