mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-05-13 13:17:45 +00:00
Compare commits
2 commits
99b95749a9
...
18c1a627e1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
18c1a627e1 | ||
|
|
d331d8ed46 |
1 changed files with 3 additions and 2 deletions
|
|
@ -8,7 +8,8 @@
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
"start": "next start",
|
"start": "next start",
|
||||||
"lint": "next lint",
|
"lint": "next lint",
|
||||||
"postinstall": "prisma generate"
|
"postinstall": "prisma generate",
|
||||||
|
"prisma": "prisma generate"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@2toad/profanity": "^3.3.0",
|
"@2toad/profanity": "^3.3.0",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue