Skip to content

Commit

Permalink
fix: remove ENV from start script
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisjoshford committed Nov 19, 2024
1 parent 977e1d4 commit b5af83b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"scripts": {
"predeploy": "yarn build",
"update:static": "cp src/wasm/multisig.wasm dist/multisig.wasm && cp src/wasm/main.wasm dist/main.wasm && cp src/wasm/state_cleanup.wasm dist/state_cleanup.wasm",
"start": "NEAR_WALLET_ENV=development yarn update:static; parcel src/index.html --https --cert devServerCertificates/primary.crt --key devServerCertificates/private.pem",
"start": "yarn update:static; parcel src/index.html --https --cert devServerCertificates/primary.crt --key devServerCertificates/private.pem",
"prebuild": "rm -rf dist/",
"build": "yarn run bundle && yarn run sentry",
"bundle": "NODE_ENV=production node ci/runBundler.js",
Expand Down Expand Up @@ -117,7 +117,7 @@
"concurrently": "^7.0.0",
"dotenv": "^11.0.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.6",
"enzyme-adapter-react-16": "^1.15.6",
"eslint": "5.16.0",
"eslint-config-react-app": "^3.0.8",
"eslint-plugin-es": "^4.1.0",
Expand Down

0 comments on commit b5af83b

Please sign in to comment.