Fix start script

This commit is contained in:
mrkishi
2018-10-02 01:08:19 -03:00
committed by Conduitry
parent 6e74431daa
commit e4ac01a728

View File

@@ -6,7 +6,7 @@
"dev": "sapper dev",
"build": "sapper build",
"export": "sapper export",
"start": "node build",
"start": "node __sapper__/build",
"cy:run": "cypress run",
"cy:open": "cypress open",
"test": "run-p --race dev cy:run"