Skip to content

Commit

Permalink
fix: added voting strategy and data warehouse (#250)
Browse files Browse the repository at this point in the history

Co-authored-by: sakulstra <[email protected]>
  • Loading branch information
sendra and sakulstra authored Sep 20, 2023
1 parent f2d16fc commit cb4af18
Show file tree
Hide file tree
Showing 25 changed files with 243 additions and 966 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@
"sideEffects": false,
"scripts": {
"prettier": "prettier --write 'src/**/*.{sol,ts}'",
"start": "tsx scripts/index.ts && npm run prettier",
"generate:abis": "tsx scripts/generateABIs.ts",
"generate:addresses": "tsx scripts/generateAddresses.ts",
"start": "yarn generate:abis && yarn generate:addresses && npm run prettier",
"build": "tsup",
"ci:publish": "npm run build && npm publish --access=public"
},
Expand Down
Loading

0 comments on commit cb4af18

Please sign in to comment.