Skip to content

Commit

Permalink
Update build to script file
Browse files Browse the repository at this point in the history
Signed-off-by: Evaldo Felipe <[email protected]>
  • Loading branch information
evaldofelipe committed Jul 30, 2024
1 parent 09c7f97 commit a12f4ee
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 @@ -81,7 +81,7 @@
"generate:routes:mainnet": "yarn generate:routes 1",
"generate:chain-config": "tsx scripts/generate-chain-config.ts",
"generate:ui-assets": "tsx scripts/generate-ui-assets.ts",
"pull:timing": "sh -c '[ -z \"$CONFIG_SOURCE_REPOSITORY\" ] && echo \"CONFIG_SOURCE_REPOSITORY is not set. Skipping.\" || (curl -o src/data/fill-times-preset.json $CONFIG_SOURCE_REPOSITORY && yarn lint:fix && yarn format:fix)'"
"pull:timing": "sh -c './scripts/preBuild.sh && yarn lint:fix && yarn format:fix)'"
},
"lint-staged": {
"*.{jsx,tsx,js,ts}": [
Expand Down

0 comments on commit a12f4ee

Please sign in to comment.