Skip to content

Commit

Permalink
Dev server (#1673)
Browse files Browse the repository at this point in the history
* Update package.json

* Update package.json

* Update MonthdayPicker.module.css

* Update vercel.yaml

---------

Co-authored-by: M Viraj Prabhu <virajprabhup@gmail.com>
Co-authored-by: Jenin Joseph <jenin8282@gmail.com>
Co-authored-by: Nash N Sulthan <13645533+nashnsulthan@users.noreply.github.com>
  • Loading branch information
4 people authored Nov 5, 2024
1 parent 5931cf9 commit dfd0415
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/vercel.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
name: Deploy to Vercel
# name: Deploy to Vercel

on:
push:
branches:
- dev-server
# on:
# push:
# branches:
# - dev-server

jobs:
build:
runs-on: ubuntu-latest
# jobs:
# build:
# runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2
# steps:
# - name: Checkout code
# uses: actions/checkout@v2

- name: Install dependencies
run: npm install
# - name: Install dependencies
# run: npm install

- name: Build
run: npm run build
# - name: Build
# run: npm run build

- name: Deploy to Vercel
run: vercel --token ${{ secrets.VERCEL_TOKEN }} --prod
# - name: Deploy to Vercel
# run: vercel --token ${{ secrets.VERCEL_TOKEN }} --prod
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mulearnfrontend",
"private": true,
"version": "0.0.5",
"version": "0.0.6",
"type": "module",
"scripts": {
"dev": "vite --host",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
.InputSchedule {
width: 100%;
.weeks {
grid-template-columns: auto auto auto auto auto;
grid-template-columns: auto auto auto auto;
.box {
width: 40px;
height: 40px;
Expand Down

0 comments on commit dfd0415

Please sign in to comment.