Skip to content

Commit

Permalink
fix: yarn script command
Browse files Browse the repository at this point in the history
  • Loading branch information
pmespresso committed Jun 4, 2021
1 parent fad9f53 commit dedc592
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 @@ -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": {
Expand Down

0 comments on commit dedc592

Please sign in to comment.