Skip to content

Remove create customer button #61

Remove create customer button

Remove create customer button #61

Workflow file for this run

---
name: CI
on: [push, pull_request]
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 16
- name: Install
run: npm ci
- name: Lint
run: npm run lint
Build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 16
- name: Install
run: npm ci
- name: Build
run: npm run build
env:
NODE_ENV: production