Skip to content

Commit

Permalink
remove from npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Starzynski committed Aug 29, 2024
1 parent b270ad9 commit 6bf5aad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"test-integration": "playwright test",
"test-all": "npm run lint && npm run test && npm run test-integration",
"copy-pr": "node ./scripts/copy-pr.js",
"fetchUsers": "node ./scripts/fetchUsers.js",
"exportBarchartRaceData": "node ./scripts/exportBarchartRaceData.js"
"fetchUsers": "node ./scripts/fetchUsers.js"
},
"dependencies": {
"@mdx-js/loader": "^3.0.0",
Expand Down
5 changes: 2 additions & 3 deletions scripts/exportBarchartRaceData.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
// Script that fetches data to create barchart race of contributors earning tokens
// Example Result: https://public.flourish.studio/visualisation/19200770/
//
// Run with the following command
// > npm run exportBarchartRaceData -- <MAX_PHASE>
// > node ./scripts/exportBarchartRaceData.js -- <MAX_PHASE>
//
// For example
// > npm run exportBarchartRaceData -- 31
// > node ./scripts/exportBarchartRaceData.js -- 31

/* eslint-disable no-console */

Expand Down

0 comments on commit 6bf5aad

Please sign in to comment.