Skip to content

Commit 376ed8d

Browse files
committedMay 21, 2023
Delete test script in package.json
1 parent a3c0030 commit 376ed8d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
"type": "module",
77
"scripts": {
88
"start": "nodemon src/index.js",
9-
"update-deps": "npx npm-check-updates -u && npm install",
10-
"test": "echo \"Error: no test specified\" && exit 1"
9+
"update-deps": "npx npm-check-updates -u && npm install"
1110
},
1211
"keywords": [
1312
"capstone-project",

0 commit comments

Comments
 (0)