Skip to content

Commit

Permalink
FET-1564: added ens-env-test local scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Lysak committed Oct 2, 2024
1 parent 28b0792 commit af52e3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
"local:remove:ensjs": "node ./scripts/removeWorkspace.mjs @ensdomains/ensjs && yalc remove @ensdomains/ensjs && pnpm install",
"local:add:thorin": "yalc add @ensdomains/thorin --workspace && pnpm install",
"local:remove:thorin": "node ./scripts/removeWorkspace.mjs @ensdomains/thorin && yalc remove @ensdomains/thorin && pnpm install",
"local:add:ens-test-env": "yalc add @ensdomains/ens-test-env --workspace && pnpm install",
"local:remove:ens-test-env": "node ./scripts/removeWorkspace.mjs @ensdomains/ens-test-env && yalc remove @ensdomains/ens-test-env && pnpm install",
"wrangle": "wrangler pages dev ./out --local --log-level none",
"wrangle:dev": "wrangler pages dev ./next",
"wrangle:list": "wrangler deployments list",
Expand Down

0 comments on commit af52e3f

Please sign in to comment.