build: switch from npm to yarn (#19328)

PR Close #19328
This commit is contained in:
Olivier Combe
2017-09-21 15:39:43 +02:00
committed by Igor Minar
parent 213baa37b0
commit f48b343af1
23 changed files with 8819 additions and 21264 deletions

View File

@ -59,7 +59,7 @@ interface PromiseConstructor {
interface Function {
/**
* Returns the name of the function. Function names are read-only and can not be changed.
*/
* Returns the name of the function. Function names are read-only and can not be changed.
*/
readonly name: string;
}

View File

@ -8,6 +8,6 @@ echo "#################################"
echo "Running platform-server end to end tests"
echo "#################################"
npm install
yarn install
npm run test