Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #340 from kmcwebdev/development
Browse files Browse the repository at this point in the history
Remove docker:build:push script from package.json
  • Loading branch information
csulit authored Oct 12, 2023
2 parents e536bce + 2bff160 commit 7b26c4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"test:cov": "jest --coverage",
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
"test:e2e": "jest --config ./test/jest-e2e.json",
"docker:build:push": "docker-compose build && docker tag erp-v2-nestjs-api:latest registry.digitalocean.com/kmc-docker-registry/erp-v2-nestjs-api:latest && docker push registry.digitalocean.com/kmc-docker-registry/erp-v2-nestjs-api:latest",
"update-kysely-types": "kysely-codegen --out-file ./kysely-types.ts --exclude-pattern spatial_ref_sys"
},
"dependencies": {
Expand Down

0 comments on commit 7b26c4f

Please sign in to comment.