use new sapper start command

This commit is contained in:
Rich Harris
2018-03-04 21:36:24 -05:00
parent ae41376239
commit 7c8067474f

View File

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