We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a14ef53 commit 405ae4eCopy full SHA for 405ae4e
1 file changed
workflow/clean.js
@@ -7,6 +7,7 @@ Fs.removeSync(Path.join(__dirname, '../static/reporters'))
7
Fs.removeSync(Path.join(__dirname, '../support/icons'))
8
Fs.removeSync(Path.join(__dirname, '../src/lib/reporters/phpunit/bootstrap'))
9
Fs.removeSync(Path.join(__dirname, '../build/mac'))
10
+Fs.removeSync(Path.join(__dirname, '../build/win-unpacked'))
11
Fs.removeSync(distPath)
12
Fs.mkdirsSync(distPath)
13
Fs.mkdirsSync(electronPath)
0 commit comments