Skip to content

perf: remove svg icon from platform select as bottleneck and not usef… #2237

perf: remove svg icon from platform select as bottleneck and not usef…

perf: remove svg icon from platform select as bottleneck and not usef… #2237

Workflow file for this run

name: Can be deployed
on:
push:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Set up Node.js ✨
uses: actions/setup-node@v4
with:
node-version: "lts/*"
- name: Install and Build 🔧
run: |
npm install
npm run build