legend
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"start": "node server.js",
|
||||
"server": "node checklinks.js",
|
||||
"both": "concurrently \"npm start\" \"npm run server\"",
|
||||
"checklinks": "node checklinks.js",
|
||||
"both": "concurrently 'npm start' 'npm run checklinks'",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user