mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-07 16:06:12 +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",
|
"start": "npm run develop",
|
||||||
"serve": "gatsby serve",
|
"serve": "gatsby serve",
|
||||||
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\"",
|
"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": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
Reference in New Issue
Block a user