Add get-type script

This commit is contained in:
2023-09-19 01:53:20 +01:00
parent 025b9b9719
commit 84bc9e7fc3
2 changed files with 36 additions and 1 deletions
+2 -1
View File
@@ -6,7 +6,8 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"get-type": "./bin/get-type.sh"
},
"dependencies": {
"@react-three/cannon": "^6.6.0",