Skip to content

Commit

Permalink
chore: Use relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
yinxin630 committed Jul 18, 2018
1 parent d86ceb9 commit 83f31f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "An interesting chat application power by socket.io, koa, mongodb and react",
"author": "碎碎酱 <yinxin630@gmail.com>",
"scripts": {
"server": "cross-env NODE_ENV=development && nodemon server/main.js --config .nodemonrc",
"server": "./node_modules/.bin/cross-env NODE_ENV=development && nodemon server/main.js --config .nodemonrc",
"client": "node build/dev-server.js",
"build": "node build/build.js",
"lint": "./node_modules/.bin/eslint ./ --ext js,jsx --ignore-pattern .eslintignore --cache --fix"
Expand Down

0 comments on commit 83f31f5

Please sign in to comment.