We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b5d4b1 commit b409dfcCopy full SHA for b409dfc
package.json
@@ -1,5 +1,8 @@
1
{
2
- "dependencies": {
3
- "node-fetch": "^3.3.0"
4
- }
+ "dependencies": {
+ "node-fetch": "^3.3.0"
+ },
5
+ "scripts": {
6
+ "setup": "git submodule update --init --recursive"
7
+ }
8
}
0 commit comments