-
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.
- Loading branch information
1 parent
dd8aa8c
commit e9e7449
Showing
2 changed files
with
14 additions
and
11 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 |
---|---|---|
|
@@ -20,6 +20,7 @@ | |
"commit": "cz", | ||
"commit:lint": "commitlint --env HUSKY_GIT_PARAMS", | ||
"db:admin": "docker run -it --rm -p 5050:5050 --name=pgadmin4 --link=knowii-pgsql-1 --network=knowii_sail --env PGADMIN_LISTEN_ADDRESS=0.0.0.0 --env PGADMIN_LISTEN_PORT=5050 --env PGADMIN_DISABLE_POSTFIX=true --env [email protected] --env PGADMIN_DEFAULT_PASSWORD=password dpage/pgadmin4", | ||
"deploy": "git checkout main && git pull && git switch production && git rebase origin/main && git push && git checkout main", | ||
"dev": "npx nx run knowii:serve", | ||
"format": "npx nx format --all", | ||
"format:all": "npm run format", | ||
|