add start script
This commit is contained in:
@@ -10,6 +10,7 @@
|
|||||||
"test": "node ./scripts/test.js",
|
"test": "node ./scripts/test.js",
|
||||||
"test-dev": "run-p --race --print-label dev:* test-dev:*",
|
"test-dev": "run-p --race --print-label dev:* test-dev:*",
|
||||||
"test-dev:cypress": "wait-on http-get://localhost:3000 && cypress open",
|
"test-dev:cypress": "wait-on http-get://localhost:3000 && cypress open",
|
||||||
|
"start": "astro preview",
|
||||||
"build": "typedoc && astro build",
|
"build": "typedoc && astro build",
|
||||||
"typecheck": "tsc --noEmit && tsc --project cypress/tsconfig.json --noEmit"
|
"typecheck": "tsc --noEmit && tsc --project cypress/tsconfig.json --noEmit"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user