migrate yarn & add remove space #13

Merged
vincent merged 2 commits from dev into master 2019-05-14 19:30:36 +00:00
3 changed files with 7553 additions and 2 deletions
Showing only changes of commit 005d5e7ad2 - Show all commits

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": {}
}