mirror of
https://github.com/ItsVipra/ProToots
synced 2024-11-10 06:04:20 +00:00
Add empty .firefox-profile
The nested version didn't work on a clean repository, because the .cache folder did not exist.
This commit is contained in:
parent
0b9c6bee8a
commit
c714475a6a
3 changed files with 2 additions and 1 deletions
0
.firefox-profile/.gitkeep
Normal file
0
.firefox-profile/.gitkeep
Normal file
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -150,3 +150,4 @@ web-ext-artifacts
|
|||
TODO
|
||||
edgecases
|
||||
notes
|
||||
.firefox-profile
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"build:webext": "web-ext build --overwrite-dest",
|
||||
"start": "run-p -l -r watch:**",
|
||||
"watch:scripts": "node scripts/watch.mjs",
|
||||
"watch:webext": "web-ext run --keep-profile-changes --profile-create-if-missing --firefox-profile=.cache/profile/",
|
||||
"watch:webext": "web-ext run --keep-profile-changes --profile-create-if-missing --firefox-profile=.firefox-profile/",
|
||||
"format": "prettier --write --ignore-path .gitignore .",
|
||||
"package": "run-s -l build:**"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue