<@U9DU23SR5> commented on <@U9DU23SR5>’s file <htt...
# prisma-whats-new
u
@lucid_frog commented on @lucid_frog’s file

https://prisma.slack.com/files/U9DU23SR5/F9FJKCN3A/screen_shot_2018-02-28_at_9.53.02_am.png

: Alright, I’ve found something. For some reason my
prisma deploy
prints out comments in both
prisma.graphql
and
prisma.ts
files. This is the comment throwing an error:
Copy code
"""
The `Long` scalar type represents non-fractional signed whole numeric values.
Long can represent values between -(2^63) and 2^63 - 1.
"""
scalar Long
The
prisma.ts
file breaks because of the two ” ` " around
Long
.