Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit aaa28f9

Browse files
dsellarsnrcstryker
authored andcommitted
Let test:ci be it's own thing and not inherit from test npm script
1 parent b76afad commit aaa28f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api_server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"scripts": {
6363
"veryclean": "git clean -fXd",
6464
"test": "mocha --exit --dev_secrets",
65-
"test:ci": "npm run test -- --reporter mocha-teamcity-reporter",
65+
"test:ci": "mocha --exit --reporter mocha-teamcity-reporter",
6666
"clean": "git clean -fXd -e !node_modules -e !node_modules/**/*",
6767
"eslint": "eslint .",
6868
"tarball": "touch api-server.tgz && tar -czpf api-server.tgz --exclude api-server.tgz --exclude .git .",

0 commit comments

Comments
 (0)