Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
chrstph-dvx committed Dec 13, 2024
1 parent 97352fe commit 162bbbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-token-lists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- id: set-matrix
run: |
ls src/Assets/
echo "matrix=$(npx ts-node .github/scripts/generateMatrix.ts)" >> $GITHUB_OUTPUT
echo "matrix=$(yarn generate:matrix)" >> $GITHUB_OUTPUT
generate-token-lists:
name: 'Generate'
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"license": "MIT",
"scripts": {
"generate:orbitChainsData": "yarn ts-node src/scripts/fetchOrbitChainsData.ts && yarn prettier 'src/Assets/orbitChainsData.json' --write",
"generate:matrix": "yarn ts-node .github/scripts/generateMatrix.ts",
"postinstall": "yarn generate:orbitChainsData",
"build": "tsc",
"main": "ts-node src/main.ts",
Expand Down

0 comments on commit 162bbbd

Please sign in to comment.