Add preview command to build&server production

This commit is contained in:
Tobias Berger 2021-09-27 13:26:29 +02:00
parent 79edd639c7
commit 4b56389adf

View file

@ -9,6 +9,7 @@
"build": "rollup -c rollup.config.mjs",
"dev": "yarn build -w",
"start": "sirv public --no-clear",
"preview": "yarn build && yarn start",
"check": "svelte-check --tsconfig ./tsconfig.json",
"lint": "yarn lint:prettier && yarn lint:eslint",
"lint:prettier": "pretty-quick --ignore-path .gitignore --check --plugin-search-dir=. .",