more required files in shell
This commit is contained in:
parent
dbe0d799ee
commit
33a8e68d5c
@ -173,6 +173,10 @@ let
|
|||||||
ln -sf ${nodeSource}/node_modules .
|
ln -sf ${nodeSource}/node_modules .
|
||||||
rm webpack.config.js
|
rm webpack.config.js
|
||||||
cp ${webpackConfigFile} webpack.config.js
|
cp ${webpackConfigFile} webpack.config.js
|
||||||
|
rm wand.js
|
||||||
|
cp ${wandInit} wand.js
|
||||||
|
rm template.html
|
||||||
|
cp ${templateHtml} template.html
|
||||||
export NODE_PATH=$PWD/node_modules
|
export NODE_PATH=$PWD/node_modules
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user