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

Commit

Permalink
test scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
whybe authored Jun 11, 2023
1 parent f80cbe2 commit 64df95c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions production/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"scripts": {
"start": "node ./conatiner/index.js",
"dev": "nodemon --exec ts-node index.ts",
"test": "mocha ./conatiner/index.js --exit",
"build": "tsc"
},
"keywords": [
Expand All @@ -33,7 +32,6 @@
"@types/express": "^4.17.17",
"@types/lusca": "^1.7.1",
"@types/node": "^18.15.9",
"mocha": "^10.2.0",
"nodemon": "^2.0.21",
"ts-node": "^10.9.1",
"typescript": "^5.0.2"
Expand Down
2 changes: 0 additions & 2 deletions promptify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"scripts": {
"start": "node ./conatiner/index.js",
"dev": "nodemon --exec ts-node index.ts",
"test": "mocha ./conatiner/index.js --exit",
"build": "tsc"
},
"keywords": [
Expand Down Expand Up @@ -34,7 +33,6 @@
"@types/express": "^4.17.17",
"@types/lusca": "^1.7.1",
"@types/node": "^18.15.9",
"mocha": "^10.2.0",
"nodemon": "^2.0.21",
"ts-node": "^10.9.1",
"typescript": "^5.0.2"
Expand Down

0 comments on commit 64df95c

Please sign in to comment.