mirror of
https://github.com/Instadapp/boardroom-inc-protocol-Info.git
synced 2024-07-29 22:37:02 +00:00
fix: yarn script command
This commit is contained in:
parent
fad9f53778
commit
dedc5925b9
|
@ -28,7 +28,7 @@
|
|||
"bulkAdd": "ts-node ./scripts/bulk_add.ts",
|
||||
"build": "ts-node ./scripts/build.ts && tsc -d",
|
||||
"prepare": "yarn build",
|
||||
"aggregateEvents": "yarn ./scripts/aggregate_events.ts",
|
||||
"aggregateEvents": "ts-node ./scripts/aggregate_events.ts",
|
||||
"validate": "yarn build && ts-node ./scripts/validate.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in New Issue
Block a user