Skip to content

Commit 243ab06

Browse files
beemanTom Kirkpatrick
authored andcommitted
fix: reference correct location of server.js (#6)
1 parent 90f8dae commit 243ab06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"scripts": {
2121
"test": "NODE_ENV=test nyc --reporter=lcov --reporter=text --reporter=text-summary mocha test/*test.js",
22-
"dev": "nodemon test/test-server/server/server.js --ignore db.json --ext js,json",
22+
"dev": "nodemon test/test-server/server.js --ignore db.json --ext js,json",
2323
"lint": "eslint .",
2424
"pretest": "npm run lint",
2525
"test:watch": "npm run test -- -w",

0 commit comments

Comments
 (0)