migrate to yarn

This commit is contained in:
vincent 2019-05-14 21:28:44 +02:00
parent 45a6369b34
commit 005d5e7ad2
3 changed files with 7553 additions and 2 deletions

7541
client/yarn.lock Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,4 @@
#/bin/bash
DIRECTORY=$(cd `dirname $0` && pwd)
npm install --prefix ${DIRECTORY}/client
npm run --prefix ${DIRECTORY}/client build
yarn install --cwd ${DIRECTORY}/client
yarn --cwd ${DIRECTORY}/client run build

10
node_modules/.yarn-integrity generated vendored Normal file
View File

@ -0,0 +1,10 @@
{
"systemParams": "linux-x64-64",
"modulesFolders": [],
"flags": [],
"linkedModules": [],
"topLevelPatterns": [],
"lockfileEntries": {},
"files": [],
"artifacts": {}
}