Skip to content

Commit

Permalink
Update changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-dharti-r committed Mar 26, 2024
1 parent 823444e commit 34585b1
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 438 deletions.
18 changes: 12 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ jobs:
admin-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- name: Checkout code
uses: actions/checkout@v4
uses: actions/setup-node@v3
with:
node-version: "20.x"

- name: Build admin panel
- run: |
cd admin
npm install
Expand All @@ -19,11 +22,14 @@ jobs:
website-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- name: Checkout code
uses: actions/checkout@v4
uses: actions/setup-node@v3
with:
node-version: "20.x"
- run: |

- name: Build website
run: |
cd website
npm install
npm run build
npm run build
226 changes: 0 additions & 226 deletions admin/components/FormElements/MultiSelect.tsx

This file was deleted.

Loading

0 comments on commit 34585b1

Please sign in to comment.