We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec322be commit a9295dcCopy full SHA for a9295dc
script/release.js
@@ -4,6 +4,10 @@ const version = require("../package.json").releaseVersion;
4
5
console.log("Building new release for ", version);
6
7
+console.log("Cleaning build folder");
8
+exec("rm -rf build");
9
+exec("mkdir -p build");
10
+
11
exec("yarn");
12
exec("yarn build");
13
0 commit comments