Skip to content

Commit

Permalink
Detect project name from package.json for Browserstack and Saucelabs
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromemacias committed Mar 25, 2018
1 parent 4349454 commit 0f4243c
Show file tree
Hide file tree
Showing 4 changed files with 5,355 additions and 583 deletions.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ install:
@echo "Installing Node dependencies"
@npm install
@echo "Installing Selenium webdrivers"
@./node_modules/.bin/webdriver-manager update --versions.chrome="2.36" --versions.gecko="v0.20.0"
@./node_modules/.bin/webdriver-manager update --versions.chrome="2.36" --versions.gecko="v0.20.0"

build-dev:
./node_modules/.bin/babel --watch -d lib/ src/
Expand Down
Loading

0 comments on commit 0f4243c

Please sign in to comment.