Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion apps/browser-extension-wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,18 @@
"build": "run-s cleanup:dist build:project",
"build:app": "run -T webpack --config webpack.app.${WEBPACK_ENV:-prod}.js --progress",
"build:cs": "run -T webpack --config webpack.cs.${WEBPACK_ENV:-prod}.js --progress",
"build:cs:dev": "run -T webpack --config webpack.cs.${WEBPACK_ENV:-dev}.js --progress",
"build:dev": "WEBPACK_ENV=dev yarn build",
"build:firefox": "BROWSER=firefox yarn build",
"build:firefox:dev": "WEBPACK_ENV=dev yarn build:firefox",
"build:project": "run-p build:sw build:app build:cs",
"build:sw": "run -T webpack --config webpack.sw.${WEBPACK_ENV:-prod}.js --progress",
"build:sw:dev": "run -T webpack --config webpack.sw.${WEBPACK_ENV:-dev}.js --progress",
"cleanup": "run-p cleanup:*",
"cleanup:dist": "rm -rf dist",
"cleanup:firefox-artifacts": "rm -rf artifacts-firefox",
"cleanup:node_modules": "rm -rf node_modules",
"dev": "run-s cleanup:dist dev:project",
"dev": "run-s cleanup:dist build:cs:dev build:sw:dev dev:project",
"dev:firefox": "BROWSER=firefox run-s cleanup:dist dev:project ",
"dev:project": "run-p watch:sw serve:app",
"format-check": "echo \"@lace/browser-extension-wallet: no format-check command specified\"",
Expand Down
Loading