Skip to content

Commit

Permalink
Delete unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
eyeseast committed Dec 12, 2023
1 parent dd3ec70 commit 0bdb3e1
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 51 deletions.
24 changes: 0 additions & 24 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,30 +46,6 @@ prettier-check:
prettier:
prettier --write --plugin-search-dir=. src

browser-test:
docker compose -f local.builder.yml run --rm browser-test

browser-test-staging:
docker compose -f local.builder.yml run --rm browser-test-staging

browser-test-direct:
node tests/functional/suites/noindex.js

browser-test-direct-all:
BROWSER=firefox node tests/functional/suites/noindex.js
#BROWSER=chromium node tests/functional/suites/noindex.js
BROWSER=webkit node tests/functional/suites/noindex.js

# Set BROWSER to change the browser. e.g. BROWSER=chromium make browser-test-headful
browser-test-headful:
DEBUG=yes node tests/functional/suites/noindex.js

browser-test-headful-staging:
DEBUG=yes node tests/functional/suites/noindex.js --envfile .env.staging

browser-test-debug:
DEBUG=yes node debug tests/functional/suites/noindex.js

clean:
# delete Webpack chunks
rm -f public/index.html public/[0-9]*.*.* public/bundle.*.js public/bundle.*.css public/bundle.*.txt public/*.map public/*.*.js
Expand Down
4 changes: 0 additions & 4 deletions browser-test-all.sh

This file was deleted.

15 changes: 0 additions & 15 deletions browser-test-package.json

This file was deleted.

8 changes: 0 additions & 8 deletions browser-test.Dockerfile

This file was deleted.

0 comments on commit 0bdb3e1

Please sign in to comment.