We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09e1288 commit d4f7649Copy full SHA for d4f7649
.travis.yml
@@ -13,6 +13,7 @@ script: yarn run-example
13
after_success:
14
# run automated release process with semantic-release
15
- if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_EVENT_TYPE" == "push" && "$TRAVIS_NODE_VERSION" == "stable" ]]; then
16
+ npm run build;
17
semantic-release;
18
fi;
19
package.json
@@ -2,7 +2,7 @@
2
"name": "karma-sauce-launcher",
3
"version": "3.0.1",
4
"description": "A Karma plugin. Launch any browser on SauceLabs!",
5
- "main": "./index.js",
+ "main": "./dist/index.js",
6
"scripts": {
7
"build": "tsc -p src/ && cp package.json dist/",
8
"run-example": "yarn build && yarn copy-dist-to-modules && yarn run-example-karma",
0 commit comments