Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Serkan ÖZAL committed Mar 1, 2021
1 parent e870c39 commit c24f708
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 @@ -9,7 +9,7 @@
"start": "npm-run-all --parallel watch:server watch:build",
"test-automatic-instrumentation": "node ./test/instrumentation/automated.instrumentation.js",
"test": "npm run compile && npm run test-automatic-instrumentation && docker-compose up -d && jest --config jest.ci.config.json; docker-compose stop",
"test-ga": "npm run compile && jest --config jest.ci.config.json --runInBand",
"test-ga": "npm run compile && jest --config jest.ci.config.json --runInBand --no-cache",
"test-ci": "npm run compile && npm run test-automatic-instrumentation && jest --config jest.ci.config.json --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"lint": "tslint --project tsconfig.json -t stylish",
"release-minor": "npm install; npm run build; release-it minor --ci --git.commit --git.push --git.tag --git.tagName='v${version}' --github.release --no-git.requireCleanWorkingDir --no-git.requireUpstream --npm.publish",
Expand Down

0 comments on commit c24f708

Please sign in to comment.