-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix/handy prerelease version bump script (#2033)
* add prerelease version bump/removal script * add prerelease bump script and bump to 1 --------- Co-authored-by: Zack Lee <[email protected]>
- Loading branch information
1 parent
d4083b2
commit e7bb64f
Showing
16 changed files
with
15,528 additions
and
15,408 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
{ | ||
"name": "ab_testing_backend", | ||
"version": "6.0.0-prerelease.0", | ||
"description": "Backend for A/B Testing Project", | ||
"scripts": { | ||
"install:all": "npm ci && cd packages/Scheduler && npm ci && cd ../Upgrade && npm ci", | ||
"production:upgrade": "cd packages/Upgrade && npm run production", | ||
"build:upgrade": "cd packages/Upgrade && npm run build", | ||
"test:upgrade": "cd packages/Upgrade && npm run test", | ||
"dockerConfig": "ts-node --transpile-only ./commands/dockerrun.ts", | ||
"deploy:schedule": "cd packages/Scheduler && npm run deploy" | ||
}, | ||
"license": "ISC", | ||
"dependencies": { | ||
"dayjs": "^1.11.10", | ||
"jsonfile": "^6.0.1" | ||
}, | ||
"devDependencies": { | ||
"ts-node": "^8.6.2", | ||
"tslib": "^1.11.1", | ||
"typescript": "^3.8.3" | ||
} | ||
} | ||
"name": "ab_testing_backend", | ||
"version": "6.0.0-prerelease.1", | ||
"description": "Backend for A/B Testing Project", | ||
"scripts": { | ||
"install:all": "npm ci && cd packages/Scheduler && npm ci && cd ../Upgrade && npm ci", | ||
"production:upgrade": "cd packages/Upgrade && npm run production", | ||
"build:upgrade": "cd packages/Upgrade && npm run build", | ||
"test:upgrade": "cd packages/Upgrade && npm run test", | ||
"dockerConfig": "ts-node --transpile-only ./commands/dockerrun.ts", | ||
"deploy:schedule": "cd packages/Scheduler && npm run deploy" | ||
}, | ||
"license": "ISC", | ||
"dependencies": { | ||
"dayjs": "^1.11.10", | ||
"jsonfile": "^6.0.1" | ||
}, | ||
"devDependencies": { | ||
"ts-node": "^8.6.2", | ||
"tslib": "^1.11.1", | ||
"typescript": "^3.8.3" | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.