diff --git a/snowpack.config.json b/snowpack.config.json index 14a04a0..1bc316b 100644 --- a/snowpack.config.json +++ b/snowpack.config.json @@ -1,7 +1,7 @@ { "extends": "@snowpack/app-scripts-react", "scripts": { - "run:re,rei": "bsb -make-world -clean-world", + "run:re,rei": "bsb -clean-world && bsb -make-world", "run:re,rei::watch": "$1 -w" }, "plugins": []