Skip to content

Commit

Permalink
fix(connect-explorer): workaround for lottie ssr in new node
Browse files Browse the repository at this point in the history
  • Loading branch information
martykan committed Dec 4, 2024
1 parent a5d9a70 commit bf9f0f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/connect-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "concurrently \"next -p 8088\" \"PORT=8089 NO_HTTPS=true yarn workspace @trezor/connect-web dev\"",
"dev:explorer": "next -p 8088",
"build": "next build && rm -rf build && mv out build",
"dev": "concurrently \"yarn dev:explorer\" \"PORT=8089 NO_HTTPS=true yarn workspace @trezor/connect-web dev\"",
"dev:explorer": "NODE_OPTIONS=\"--no-experimental-global-navigator\" next -p 8088",
"build": "NODE_OPTIONS=\"--no-experimental-global-navigator\" next build && rm -rf build && mv out build",
"build:webextension": "BUILD_TARGET=webextension yarn build && yarn g:rimraf build-webextension && TS_NODE_PROJECT=\"tsconfig.json\" yarn webpack --config ./webpack/webextension.webpack.config.ts && bash ./webpack/replace-next-filenames.sh",
"lint:styles": "npx stylelint './src/**/*{.ts,.tsx}' --cache --config ../../.stylelintrc",
"type-check": "yarn g:tsc --build tsconfig.json"
Expand Down

0 comments on commit bf9f0f1

Please sign in to comment.