UNPKG
rwsdk-tools
Version:
latest (0.5.0)
0.5.0
0.4.1
A collection of utility tools for working with the RWSDK (Redwood SDK)
rwsdk-tools
/
tools
/
mergePrisma
/
TODO.md
8 lines
(7 loc)
•
257 B
Markdown
View Raw
1
2
3
4
5
6
7
8
-
[ ]
Add the mergePrismaSchema
.mjs
file
to
the `
src
/scripts` directory -
[ ]
Add
a
script
to
the `package
.json
` file
to
run the mergePrismaSchema
.mjs
file ```json "scripts": { "merge":
"node src/scripts/mergePrismaSchema.mjs"
} ```