-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[optimze] Create unique & Query filter of Check Event (#15)
- Loading branch information
Showing
5 changed files
with
81 additions
and
19 deletions.
There are no files selected for viewing
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
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,6 +1,6 @@ | ||
{ | ||
"name": "kys-service", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"license": "AGPL-3.0", | ||
"author": "[email protected]", | ||
"description": "RESTful API service of KaiYuanShe", | ||
|
@@ -78,7 +78,7 @@ | |
"migration:run": "npm run typeorm -- migration:run", | ||
"upgrade:dev": "npm run migration:generate -- migration/version && npm run migration:run", | ||
"upgrade:pro": "cross-env NODE_ENV=production npm run migration:generate -- .tmp/version && npm run migration:run", | ||
"dock": "docker build . -t kys-service:latest", | ||
"docker": "docker rm -f kys-service && docker run --name kys-service -p 8080:8080 -d kys-service" | ||
"pack-image": "docker build . -t kys-service:latest", | ||
"container": "docker rm -f kys-service && docker run --name kys-service -p 8080:8080 -d kys-service" | ||
} | ||
} |
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
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
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