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 a557497 commit 30cd7eaCopy full SHA for 30cd7ea
package.json
@@ -9,10 +9,12 @@
9
"actions": "gulp --gulpfile ./.github/actions/gulpfile.js --cwd .",
10
"prebuild": "rimraf ./app ./dist ./coverage ./it/screenshots",
11
"build": "gulp --cwd .",
12
- "predist": "rimraf ./app ./dist ./coverage ./it/screenshots",
+ "predist": "rimraf ./app ./dist",
13
"dist": "gulp --cwd . dist",
14
"start": "electron ./",
15
+ "pretest": "rimraf ./coverage",
16
"test": "jest --testEnvironment enzyme --coverage --coverageDirectory ../coverage --rootDir ./src",
17
+ "preit": "rimraf ./it/screenshots",
18
"it": "jest --rootDir ./it"
19
},
20
"repository": {
0 commit comments