mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 09:15:58 +02:00
added a script for fetching user information
This commit is contained in:
committed by
Jean-Philippe Sirois
parent
aed86c901a
commit
71b6078e40
+2
-1
@@ -59,7 +59,8 @@
|
||||
"start": "npm run develop",
|
||||
"serve": "gatsby serve",
|
||||
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\"",
|
||||
"codegen": "graphql-codegen --config codegen.yml"
|
||||
"codegen": "graphql-codegen --config codegen.yml",
|
||||
"fetch-users": "node ./scripts/fetchUsers.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user