migrate to yarn
This commit is contained in:
parent
45a6369b34
commit
005d5e7ad2
7541
client/yarn.lock
Normal file
7541
client/yarn.lock
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,4 +1,4 @@
|
|||||||
#/bin/bash
|
#/bin/bash
|
||||||
DIRECTORY=$(cd `dirname $0` && pwd)
|
DIRECTORY=$(cd `dirname $0` && pwd)
|
||||||
npm install --prefix ${DIRECTORY}/client
|
yarn install --cwd ${DIRECTORY}/client
|
||||||
npm run --prefix ${DIRECTORY}/client build
|
yarn --cwd ${DIRECTORY}/client run build
|
||||||
|
10
node_modules/.yarn-integrity
generated
vendored
Normal file
10
node_modules/.yarn-integrity
generated
vendored
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"systemParams": "linux-x64-64",
|
||||||
|
"modulesFolders": [],
|
||||||
|
"flags": [],
|
||||||
|
"linkedModules": [],
|
||||||
|
"topLevelPatterns": [],
|
||||||
|
"lockfileEntries": {},
|
||||||
|
"files": [],
|
||||||
|
"artifacts": {}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user