feat(scripts): add new scripts
This commit is contained in:
parent
2dc156cd95
commit
b82fc6e8af
4 changed files with 57 additions and 0 deletions
8
scripts/copy_js.sh
Normal file
8
scripts/copy_js.sh
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
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