Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -ex -o pipefail
|
||||
|
||||
./scripts/deploy-install.sh
|
||||
(cd ../angular && git checkout master)
|
||||
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -ex -o pipefail
|
||||
|
||||
(cd ../ && git clone https://github.com/angular/angular.git --branch $LATEST_RELEASE)
|
||||
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -ex -o pipefail
|
||||
|
||||
./scripts/examples-install.sh
|
||||
(cd public/docs/_examples && npm install angular/{core,common,compiler,platform-browser,platform-browser-dynamic,http,forms,router-deprecated,router,upgrade}-builds --no-optional)
|
||||
@@ -2,7 +2,6 @@
|
||||
|
||||
set -ex -o pipefail
|
||||
|
||||
npm install --no-optional
|
||||
(cd public/docs/_examples && npm install --no-optional)
|
||||
(cd public/docs/_examples/_protractor && npm install --no-optional)
|
||||
npm run webdriver:update --prefix public/docs/_examples/_protractor
|
||||
Reference in New Issue
Block a user