remove prestart script, as it causes now to fail as of 0.2.6. build manually

This commit is contained in:
Rich Harris
2017-12-21 12:15:12 -05:00
parent 7dd639df45
commit f46440f99e

View File

@@ -6,7 +6,6 @@
"dev": "node server.js",
"build": "sapper build",
"start": "cross-env NODE_ENV=production node server.js",
"prestart": "npm run build",
"cy:run": "cypress run",
"cy:open": "cypress open",
"test": "run-p --race dev cy:run"