Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jan 11, 2023. It is now read-only.
/framework-infoPublic archive

Commitcb494ea

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

File tree

14 files changed

+6597
-15930
lines changed

14 files changed

+6597
-15930
lines changed

‎.babelrc‎

Lines changed: 0 additions & 3 deletions
This file was deleted.

‎.github/workflows/workflow.yml‎

Lines changed: 0 additions & 33 deletions
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‎

Lines changed: 2 additions & 0 deletions
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‎

Lines changed: 0 additions & 3 deletions
This file was deleted.

‎cypress/integration/e2e.js‎

Lines changed: 0 additions & 9 deletions
This file was deleted.

‎cypress/plugins/index.mjs‎

Lines changed: 0 additions & 4 deletions
This file was deleted.

‎cypress/run.js‎

Lines changed: 0 additions & 82 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp