Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Remove unused build:test task in app #293

Merged
merged 1 commit into from
Nov 25, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,7 @@ retrolab/schemas

# playwright
ui-tests/test-results
ui-tests/playwright-report
ui-tests/playwright-report

# VSCode
.vscode
1 change: 0 additions & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"scripts": {
"build": "webpack",
"build:prod": "webpack --mode=production",
"build:test": "tsc --build tsconfig.test.json",
"clean": "rimraf build && jlpm run clean:static",
"clean:static": "rimraf -g \"../retrolab/static/!(favicons)\"",
"prepublishOnly": "yarn run build",
Expand Down