Skip to content

Commit

Permalink
chore: add link/unlink scripts (#3720)
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Gummersall authored Jun 2, 2021
1 parent 02391a7 commit b413562
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
"build": "wsrun -e -m -t build",
"build-docs": "wsrun -e -m build-docs",
"clean": "wsrun -m clean",
"dev:link": "wsrun --bin=yarn link",
"dev:unlink": "wsrun --bin=yarn unlink",
"functional-test": "yarn build && yarn workspace functional-tests test",
"lint": "wsrun -m -l lint --quiet",
"package": "wsrun -e -t -l --if is-not-private --bin yarn pack",
Expand All @@ -23,16 +25,16 @@
"test:consumer": "yarn workspace consumer-test test",
"test:devops": "npm-run-all test:mocha:junit test:nyc:cobertura",
"test:github": "npm-run-all test:mocha:min test:runtime:min test:nyc:lcov",
"test:orchestrator": "yarn workspace botbuilder-ai-orchestrator test",
"test:runtime": "wsrun -m -p \"botbuilder-dialogs-adaptive-runtime*\" -t test",
"test:runtime:min": "wsrun -m -p \"botbuilder-dialogs-adaptive-runtime*\" -t test:min",
"test:mocha": "nyc --silent mocha \"libraries/@(adaptive*|bot*)/tests/**/*.test.js\" --exit --check-leaks",
"test:mocha:junit": "yarn test:mocha --reporter mocha-junit-reporter --reporter-options includePending=true",
"test:mocha:min": "yarn test:mocha --reporter dot",
"test:nyc:cobertura": "nyc report --reporter=cobertura",
"test:nyc:lcov": "nyc report --reporter=text-lcov > .lcov.info",
"test:nyc:report": "nyc report",
"test:orchestrator": "yarn workspace botbuilder-ai-orchestrator test",
"test:repoutils": "yarn workspace botbuilder-repo-utils test",
"test:runtime": "wsrun -m -p \"botbuilder-dialogs-adaptive-runtime*\" -t test",
"test:runtime:min": "wsrun -m -p \"botbuilder-dialogs-adaptive-runtime*\" -t test:min",
"test:schemas": "mocha libraries/botbuilder-dialogs-declarative/tests/schemaMergeTest.js --exit --bail",
"update-versions": "yarn workspace botbuilder-repo-utils update-versions"
},
Expand Down

0 comments on commit b413562

Please sign in to comment.