Skip to content

Commit

Permalink
fix: no need to copy package.json to dist (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
limonte committed Mar 30, 2020
1 parent 76978ef commit 65210f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"description": "A Karma plugin. Launch any browser on SauceLabs!",
"main": "./dist/index.js",
"scripts": {
"build": "tsc -p src/ && cp package.json dist/",
"build": "tsc -p src",
"run-example": "yarn build && yarn copy-dist-to-modules && yarn run-example-karma",
"copy-dist-to-modules": "rm -rf node_modules/karma-sauce-launcher && mv dist/ node_modules/karma-sauce-launcher",
"run-example-karma": "yarn karma start examples/karma.conf-ci.js"
Expand Down

0 comments on commit 65210f2

Please sign in to comment.