Skip to content

Commit

Permalink
removed test script in package.json file #184
Browse files Browse the repository at this point in the history
removed test script in package.json file
  • Loading branch information
sharafdin authored Feb 23, 2024
2 parents 04c1b1a + 740de73 commit 3d07854
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"main": "./src/app.ts",
"scripts": {
"start": "tsx src/app.ts",
"test": "node dist/app.js",
"dev": "nodemon -x tsx src/app.ts",
"build": "tsc",
"typeorm": "typeorm-ts-node-commonjs"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "./src/app.ts",
"scripts": {
"start": "tsx src/app.ts",
"dev": "nodemon",
"dev": "nodemon -x tsx src/app.ts",
"build": "tsc"
},
"dependencies": {
Expand Down

0 comments on commit 3d07854

Please sign in to comment.