mirror of
https://github.com/kevin-DL/sapper-template.git
synced 2026-01-20 13:35:11 +00:00
remove prestart script, as it causes now to fail as of 0.2.6. build manually
This commit is contained in:
@@ -6,7 +6,6 @@
|
|||||||
"dev": "node server.js",
|
"dev": "node server.js",
|
||||||
"build": "sapper build",
|
"build": "sapper build",
|
||||||
"start": "cross-env NODE_ENV=production node server.js",
|
"start": "cross-env NODE_ENV=production node server.js",
|
||||||
"prestart": "npm run build",
|
|
||||||
"cy:run": "cypress run",
|
"cy:run": "cypress run",
|
||||||
"cy:open": "cypress open",
|
"cy:open": "cypress open",
|
||||||
"test": "run-p --race dev cy:run"
|
"test": "run-p --race dev cy:run"
|
||||||
|
|||||||
Reference in New Issue
Block a user