A test script?

This commit is contained in:
Akif9748 2022-09-17 00:30:26 +03:00
parent 817f1c2e13
commit 8864d56659
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@
"description": "A Node.js based forum software", "description": "A Node.js based forum software",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"start": "node ." "start": "node .",
"test": "npm start"
}, },
"repository": { "repository": {
"type": "git", "type": "git",