Skip to content

Commit

Permalink
ci: fix incorrect set up script for running test API
Browse files Browse the repository at this point in the history
  • Loading branch information
matmar10 committed Nov 10, 2021
1 parent fff8354 commit 2bac8f7
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 @@ -50,7 +50,7 @@
"clean:test-logs": "rm -rf test/cli/src/logs && mkdir test/cli/src/logs",
"test-api": "npm run test-api:install && npm run test-api:start",
"test-api:install": "cd test/api && npm install && cp db_original.json db.json",
"test-api:start": "npm run testapi:install && cd test/api && node server.js",
"test-api:start": "npm run test-api:install && cd test/api && node server.js",
"test": "npm run clean:test-logs && mocha --timeout 10000 test/cli/*.spec.js",
"release": "release-it"
},
Expand Down

0 comments on commit 2bac8f7

Please sign in to comment.