Skip to content

Commit

Permalink
use hack for build step
Browse files Browse the repository at this point in the history
  • Loading branch information
miles-grant-ibigroup committed Jan 30, 2024
1 parent 4901add commit 5ad0bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "build/index.js",
"scripts": {
"a11y-test": "jest a11y/ --runInBand --force-exit",
"build": "craco build",
"build": "NODE_OPTIONS=--openssl-legacy-provider craco build",
"check:i18n-en-fr": "node node_modules/@opentripplanner/scripts/lib/run-validate-i18n.js lib i18n/en-US.yml i18n/fr.yml",
"unit": "jest __tests__/",
"lint": "lint-staged",
Expand Down

0 comments on commit 5ad0bd8

Please sign in to comment.