Skip to content

Commit

Permalink
Make sure scripts uses the correct files
Browse files Browse the repository at this point in the history
  • Loading branch information
dangmai committed Dec 17, 2018
1 parent ef3a204 commit d778f9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"scripts": {
"pretest": "npm run lint",
"test": "jest",
"start-server": "node tests_config/set_up.js",
"stop-server": "node tests_config/tear_down.js",
"start-server": "node bin/start-apex-server.js",
"stop-server": "node bin/stop-apex-server.js",
"execute": "node src/execute.js",
"lint": "eslint \"{src,tests_config}/**/*.js\"",
"prettier": "prettier --write \"{src,tests_config}/**/*.js\""
Expand Down

0 comments on commit d778f9d

Please sign in to comment.