mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Fix non valid trailing comma (#2560)
This commit is contained in:
parent
62f7386808
commit
b47395ab2f
|
@ -15,5 +15,5 @@
|
||||||
"export": "next export",
|
"export": "next export",
|
||||||
"prestart": "npm run export",
|
"prestart": "npm run export",
|
||||||
"start": "serve out"
|
"start": "serve out"
|
||||||
},
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue