Skip to content

Commit

Permalink
chore: update for task
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Oct 12, 2024
1 parent 2eab6af commit d5c2e0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"dev": "turbo ready && cross-env __DEV__=true turbo watch dev --concurrency 20",
"macosDev": "cross-env __DEV__=true turbo run dev --concurrency 20",
"dev:firefox": "turbo ready && cross-env __DEV__=true __FIREFOX__=true turbo watch dev --concurrency 20",
"e2e": "pnpm build && pnpm zip && turbo e2e",
"e2e:firefox": "pnpm build:firefox && pnpm zip:firefox && cross-env __FIREFOX__=true turbo e2e",
"e2e": "pnpm build && pnpm release && turbo e2e",
"e2e:firefox": "pnpm build:firefox && pnpm release:firefox && cross-env __FIREFOX__=true turbo e2e",
"type-check": "turbo type-check",
"lint": "turbo lint --continue -- --fix --cache --cache-location node_modules/.cache/.eslintcache",
"lint:fix": "turbo lint:fix --continue -- --fix --cache --cache-location node_modules/.cache/.eslintcache",
Expand Down

0 comments on commit d5c2e0a

Please sign in to comment.