-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.67 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
33
34
35
36
{
"name": "holidayshow",
"version": "2.0.2",
"description": "Holiday Show",
"author": "Travis Whidden <[email protected]>",
"scripts": {
"client-patch": "./scripts/versionbump.sh patch \"Client\" Release",
"client-minor": "./scripts/versionbump.sh minor \"Client\" Release",
"web-patch": "./scripts/versionbump.sh patch \"Web\" Release",
"web-minor": "./scripts/versionbump.sh minor \"Web\" Release",
"server-patch": "./scripts/versionbump.sh patch \"Server\" Release",
"server-minor": "./scripts/versionbump.sh minor \"Server\" Release",
"ef-migrate-db": "./scripts/dotnet_ef_migration_create.sh ./HolidayShow.Data.Core EfHolidayContext",
"build-device-init": "./scripts/buildinit.sh",
"build-react": "./scripts/docker/buildreact.sh",
"build-all": "./scripts/docker/build.sh",
"build-all-beta": "./scripts/docker/build.sh -l beta",
"build-x64": "./scripts/docker/build.sh -a x64",
"build-x64-beta": "./scripts/docker/build.sh -a x64 -l beta",
"build-x64-beta-skip-react": "./scripts/docker/build.sh -a x64 -l beta -s 0",
"push-all": "./scripts/docker/push.sh",
"push-all-beta": "./scripts/docker/push.sh -l beta",
"push-x64": "./scripts/docker/push.sh -a x64",
"push-x64-beta": "./scripts/docker/push.sh -a x64 -l beta",
"docker-run": "./scripts/docker/run.sh",
"docker-run-shell": "./scripts/docker/run.sh -c bash",
"docker-run-beta": "./scripts/docker/run.sh -l beta",
"docker-run-beta-shell": "./scripts/docker/run.sh -l beta -c bash"
},
"repository": {
"type": "git",
"url": "https://gitlab.econnect.tv/dotnet/econnect-classic.git"
},
"license": "UNLICENSED",
"skeletonVersion": "1.2.0"
}