Skip to content

Commit

Permalink
chore(pipeline): renamed tests cicd file
Browse files Browse the repository at this point in the history
  • Loading branch information
thepatrickniyo committed Mar 25, 2022
1 parent f2a70b8 commit 12a2044
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "A nodejs service consuming the Stackoverflow API",
"main": "index.js",
"scripts": {
"test": "nyc mocha --config ./mocharc.jsonc",
"start": "node ./dist",
"test": "mocha --config ./mocharc.jsonc",
"start": "node ./dist",
"start:dev": "nodemon ./src/index.ts",
"build": "npm run clean && tsc -p tsconfig-build.json",
"prestart": "npm run build",
Expand Down

0 comments on commit 12a2044

Please sign in to comment.