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

Commit

Permalink
Fix clean:static to not clean the console favicon (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio authored Sep 10, 2021
1 parent fe6e288 commit e1bd1bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build:test": "tsc --build tsconfig.test.json",
"clean": "rimraf build && jlpm run clean:static",
"clean:artifacts": "rimraf artifacts",
"clean:static": "rimraf ../retrolab/static",
"clean:static": "rimraf -g \"../retrolab/static/!(favicons)\"",
"prepublishOnly": "yarn run build",
"test:e2e": "jlpm run clean:artifacts && playwright test",
"test:e2e:pwdebug": "jlpm run clean:artifacts && PWDEBUG=1 jlpm run test:e2e",
Expand Down

0 comments on commit e1bd1bc

Please sign in to comment.