mirror of
https://github.com/kevin-DL/sapper-template.git
synced 2026-01-12 02:15:17 +00:00
use new sapper start command
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user