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

Commit

Permalink
package.json: use sirv --no-clear to keep console history (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
milahu authored Mar 24, 2021
1 parent 8b23b3f commit d80f672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"start": "sirv public"
"start": "sirv public --no-clear"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^17.0.0",
Expand Down

0 comments on commit d80f672

Please sign in to comment.