setup
Former-commit-id: 9072f7b9342c8edc6f1da22555d2ea8585906ff0
This commit is contained in:
@@ -5,10 +5,10 @@
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "jest src/__test client/public/__test",
|
||||
"setup": "npm i && node src/first-time-run.js",
|
||||
"start": "node src/index.js",
|
||||
"dev": "nodemon src/index.js --watch src",
|
||||
"lint": "eslint src --ext .js && eslint client --ext .js",
|
||||
"setup": "npm i"
|
||||
"lint": "eslint src --ext .js && eslint client --ext .js"
|
||||
},
|
||||
"author": "Ben Kyd <benjaminkyd@gmail.com> (https://benkyd.co.uk)",
|
||||
"license": "MIT",
|
||||
|
||||
Reference in New Issue
Block a user