Skip to content

Commit 30cd7ea

Browse files
committed
#1 - Fixed removal of coverage folder
Signed-off-by: Gregor Anders <gregor.anders@gmail.com>
1 parent a557497 commit 30cd7ea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@
99
"actions": "gulp --gulpfile ./.github/actions/gulpfile.js --cwd .",
1010
"prebuild": "rimraf ./app ./dist ./coverage ./it/screenshots",
1111
"build": "gulp --cwd .",
12-
"predist": "rimraf ./app ./dist ./coverage ./it/screenshots",
12+
"predist": "rimraf ./app ./dist",
1313
"dist": "gulp --cwd . dist",
1414
"start": "electron ./",
15+
"pretest": "rimraf ./coverage",
1516
"test": "jest --testEnvironment enzyme --coverage --coverageDirectory ../coverage --rootDir ./src",
17+
"preit": "rimraf ./it/screenshots",
1618
"it": "jest --rootDir ./it"
1719
},
1820
"repository": {

0 commit comments

Comments
 (0)