Skip to content

Remove unused client functions #93

Remove unused client functions

Remove unused client functions #93

name: Client Build Stardust
on:
push:
branches: [develop]
paths:
- "src/**"
- ".github/workflows/build-stardust.yml"
pull_request:
branches: [develop]
paths:
- "src/**"
- ".github/workflows/build-stardust.yml"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16.16
uses: actions/setup-node@v2
with:
node-version: "16.16"
- name: npm 8.18
run: npm install -g npm@8.18
- name: Client Build
run: |
npm install
npm run build