Skip to content

Commit

Permalink
chore: fix script dev crx (#1694)
Browse files Browse the repository at this point in the history
  • Loading branch information
LuizAsFight authored Dec 10, 2024
1 parent b0b5f2f commit cfcf220
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/spicy-parents-attend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"fuels-wallet": patch
---

chore: update 'dev:crx' script to use default env
4 changes: 2 additions & 2 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build:crx": "./scripts/build.sh --app=crx",
"build:storybook": "./scripts/build.sh --app=storybook",
"dev": "vite",
"dev:crx": "vite --config vite.crx.config.ts --mode $NODE_ENV",
"dev:crx": "vite --config vite.crx.config.ts --mode ${NODE_ENV:-development}",
"dev:storybook": "storybook dev -p 6006",
"preview": "vite preview",
"test": "jest --verbose",
Expand Down Expand Up @@ -113,4 +113,4 @@
"msw": {
"workerDirectory": "public"
}
}
}

0 comments on commit cfcf220

Please sign in to comment.