fix(cd): move yarn to package.json script
This commit is contained in:
parent
10dd12ab02
commit
82a52b2312
3 changed files with 3 additions and 5 deletions
|
@ -2,7 +2,6 @@
|
|||
set -o nounset errexit
|
||||
|
||||
export ROOT=`pwd`
|
||||
yarn
|
||||
cp $ROOT/node_modules/immutable/dist/immutable.min.js $ROOT/public/static/js/
|
||||
cp $ROOT/node_modules/react-dom/umd/react-dom.production.min.js $ROOT/public/static/js/
|
||||
cp $ROOT/node_modules/react/umd/react.production.min.js $ROOT/public/static/js
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue