forked from fluffynuts/PeanutButter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 2.1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "peanut-butter",
"repository": {
"type": "git",
"url": "https://github.com/fluffynuts/PeanutButter"
},
"license": "BSD-3-Clause",
"scripts": {
"pretest": "run-s build",
"test": "cross-env TEST_EXCLUDE=PeanutButter.RandomGenerators.Core.Tests.Domain,NugetPackageVersionIncrementer.Tests,EmailSpooler.Win32Service.Entity.Tests run-s \"zarro test-dotnet\"",
"test-gh": "cross-env DOTNET_TEST_PARALLEL=1 TEST_EXCLUDE=PeanutButter.RandomGenerators.Core.Tests.Domain,NugetPackageVersionIncrementer.Tests,EmailSpooler.Win32Service.Entity.Tests,PeanutButter.TempDb.MySql.Connector.Tests,PeanutButter.TempDb.MySql.Data.Tests,**/_deprecated_/** run-s \"zarro-core quick-test-dotnet\"",
"cover": "cross-env COVERAGE_INCLUDE=*,PeanutButter.* COVERAGE_EXCLUDE_ASSEMBLIES=PeanutButter.RandomGenerators.Core.Tests.Domain COVERAGE_ADDITIONAL_EXCLUDE=GenericBuilderTestLoadLoadedAssemblyObject,GenericBuilderTestNotLoadedAssembly run-s \"zarro cover-dotnet\"",
"postcover": "run-s generate-reports",
"generate-reports": "cross-env COVERAGE_INCLUDE=*,PeanutButter.* COVERAGE_EXCLUDE_ASSEMBLIES=PeanutButter.RandomGenerators.Core.Tests.Domain COVERAGE_ADDITIONAL_EXCLUDE=GenericBuilderTestLoadLoadedAssemblyObject,GenericBuilderTestNotLoadedAssembly run-s \"zarro generate-reports\"",
"build": "run-s \"zarro build\"",
"build-release": "cross-env BUILD_CONFIGURATION=Release run-s \"zarro build\"",
"zarro-core": "cross-env BUILD_TOOLS_FOLDER=build-tools DOTNET_CORE=1 zarro",
"zarro": "cross-env TEMPDB_PORT_HINT=\"\" BUILD_TOOLS_FOLDER=build-tools zarro",
"release": "run-s test \"zarro release\"",
"quick-release": "run-s \"zarro release\"",
"pack": "cross-env BUILD_CONFIGURATION=Release run-s \"zarro pack\"",
"list-project-assemblies": "run-s \"zarro list-project-assemblies\""
},
"devDependencies": {
"cross-env": "^7.0.2",
"gulp-edit-xml": "^3.1.1",
"npm-run-all": "^4.1.5",
"p-queue": "^6.3.0",
"yafs": "^1.25.0",
"zarro": "^1.121.0"
}
}