[misc][x]: get rid of prestart script

This commit is contained in:
Tavares Hansen 2020-08-02 20:50:35 -07:00
parent d4f837e8f5
commit cee55cf10d

View File

@ -6,7 +6,6 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"prestart": "postcss styles/app.css -o pages/App.css",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",