From 91e1af61bcd57a573a7f844082ed561b2a08f498 Mon Sep 17 00:00:00 2001 From: Ivan Prystay Date: Fri, 22 Sep 2023 01:43:39 +0300 Subject: [PATCH] 1 --- package.json | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/package.json b/package.json index d9c4acb..ffa129f 100644 --- a/package.json +++ b/package.json @@ -13,24 +13,6 @@ "styled-components": "^6.0.8", "web-vitals": "^2.1.4" }, - jobs: - build-and-deploy: - runs-on: ubuntu-latest - steps: - - name: Checkout 🛎️ - uses: actions/checkout@v2.3.1 - - - name: Install, lint, build 🔧 - run: | - npm install - npm run lint:js - npm run build - - - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@4.1.0 - with: - branch: gh-pages - folder: build "scripts": { "start": "react-scripts start", "build": "react-scripts build",