Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit d80f672

Browse files
authored
package.json: use sirv --no-clear to keep console history (#226)
1 parent 8b23b3f commit d80f672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"scripts": {
66
"build": "rollup -c",
77
"dev": "rollup -c -w",
8-
"start": "sirv public"
8+
"start": "sirv public --no-clear"
99
},
1010
"devDependencies": {
1111
"@rollup/plugin-commonjs": "^17.0.0",

0 commit comments

Comments
 (0)