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

Commit

Permalink
Merge pull request #293 from loichuder/unused-build-test
Browse files Browse the repository at this point in the history
Remove unused build:test task in app
  • Loading branch information
jtpio authored Nov 25, 2021
2 parents 26332bd + a393f51 commit 1f4613b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
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

0 comments on commit 1f4613b

Please sign in to comment.