Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit cb494ea

Browse files
authored
refactor: remove site (#803)
* refactor: remove site Was limited in terms of what it was doing, and wasn't being used * build: add webpack package back in works locally with only webpack-cli but is failing on netlify build
1 parent f314a2a commit cb494ea

File tree

14 files changed

+6597
-15930
lines changed

14 files changed

+6597
-15930
lines changed

.babelrc

-3
This file was deleted.

.github/workflows/workflow.yml

-33
Original file line numberDiff line numberDiff line change
@@ -53,36 +53,3 @@ jobs:
5353
with:
5454
file: coverage/coverage-final.json
5555
flags: ${{ steps.test-coverage-flags.outputs.os }},${{ steps.test-coverage-flags.outputs.node }}
56-
cypress-tests:
57-
runs-on: ubuntu-latest
58-
steps:
59-
- name: Git checkout
60-
uses: actions/checkout@v3
61-
- name: Using Node.js
62-
uses: actions/setup-node@v3
63-
with:
64-
node-version: '*'
65-
cache: 'npm'
66-
check-latest: true
67-
- uses: actions/cache@v3
68-
with:
69-
# Browsers are downloaded under node_modules
70-
path: |
71-
~/.cache
72-
node_modules
73-
key: v1-${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
74-
restore-keys: |
75-
${{ runner.os }}-node-
76-
- name: Install dependencies
77-
run: npm ci --no-audit
78-
- name: Build For Browser
79-
run: npm run build
80-
- name: Tests
81-
run: npm run test:ci:cypress
82-
- uses: actions/upload-artifact@v3
83-
if: always()
84-
with:
85-
name: cypress-results
86-
path: |
87-
cypress/screenshots
88-
cypress/videos

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ cypress/videos
99
cypress/screenshots
1010
cypress/support
1111
.DS_Store
12+
13+
.netlify

cypress.json

-3
This file was deleted.

cypress/integration/e2e.js

-9
This file was deleted.

cypress/plugins/index.mjs

-4
This file was deleted.

cypress/run.js

-82
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)