2016-06-27 19:55:39 -04:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
set -ex -o pipefail
|
|
|
|
|
2016-06-29 11:55:14 -04:00
|
|
|
(cd public/docs/_examples && npm install --no-optional)
|
2016-10-06 18:25:52 -04:00
|
|
|
npm run webdriver:update --prefix public/docs/_examples
|
2016-06-27 19:55:39 -04:00
|
|
|
gulp add-example-boilerplate
|