chore(install): put all install commands into a single script (#1754)
This makes it easier to run manually, e.g., after having reset all local typings.
This commit is contained in:
committed by
Kathy Walrath
parent
3fe0fb077c
commit
a7435c3f8c
Executable
+9
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -ex -o pipefail
|
||||
|
||||
npm install --no-optional
|
||||
(cd public/docs/_examples && npm install)
|
||||
(cd public/docs/_examples/_protractor && npm install)
|
||||
npm run webdriver:update --prefix public/docs/_examples/_protractor
|
||||
gulp add-example-boilerplate
|
||||
Reference in New Issue
Block a user