Skip to content

Commit

Permalink
adding npm command to stop develop mode
Browse files Browse the repository at this point in the history
  • Loading branch information
carvilsi committed Apr 16, 2024
1 parent fc63598 commit 399c5d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"scripts": {
"test-ci-cd": "cd test/; sudo docker-compose up --build --force-recreate -d; cd ..; sleep 15; ./node_modules/jest/bin/jest.js --runInBand --force-exit test/",
"dev": "cd devops/dev; docker-compose up -d; cd -; nodemon -e js,ts -x ts-node -i test/ --files src/index.ts",
"stop-dev": "cd devops/dev; docker-compose down; cd -",
"dev-test": "./node_modules/jest/bin/jest.js --runInBand --force-exit test/",
"build": "tsc",
"start": "node lib/index.js",
Expand Down

0 comments on commit 399c5d8

Please sign in to comment.