remove unused scripts: login, codegen
"login": "npx playwright open --save-storage=auth.json https://www.epicgames.com/login", "codegen": "npx playwright codegen --load-storage=auth.json https://www.epicgames.com/store/en-US/free-games",
This commit is contained in:
parent
d42b0b38ad
commit
fb23408522
1 changed files with 0 additions and 2 deletions
|
|
@ -1,7 +1,5 @@
|
|||
{
|
||||
"scripts": {
|
||||
"login": "npx playwright open --save-storage=auth.json https://www.epicgames.com/login",
|
||||
"codegen": "npx playwright codegen --load-storage=auth.json https://www.epicgames.com/store/en-US/free-games",
|
||||
"docker:build": "docker build --tag free-games-claimer .",
|
||||
"docker:epic-games": "cross-env-shell docker run --rm -it -p 5900:5900 -p 6080:6080 -v \\\"$INIT_CWD/data\\\":/fgc/data --name free-games-claimer free-games-claimer"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue