Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kadiray34 committed Jul 23, 2024
1 parent af2bda3 commit ba39c34
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 @@ -87,8 +87,8 @@
"scripts": {
"codegen:local": "graphql-codegen",
"pull-schema": "graphql-codegen -c codegen-schema.yml",
"build": "graphql-codegen && NODE_OPTIONS=--openssl-legacy-provider REACT_APP_SENTRY_DSN=$SENTRY_DSN craco build",
"build:local": "graphql-codegen && NODE_OPTIONS=--openssl-legacy-provider craco build",
"build": "graphql-codegen && REACT_APP_SENTRY_DSN=$SENTRY_DSN craco build",
"build:local": "graphql-codegen && craco build",
"start": "NODE_OPTIONS=--openssl-legacy-provider craco start",
"test": "craco test",
"lint": "eslint './**/*.{ts,tsx,js,jsx}'",
Expand Down

0 comments on commit ba39c34

Please sign in to comment.