whoops
This commit is contained in:
parent
0c344a048a
commit
8608f5fe50
@ -164,9 +164,6 @@ let
|
|||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
ln -sf ${nodeSource}/node_modules .
|
ln -sf ${nodeSource}/node_modules .
|
||||||
rm -f webpack.config.js
|
|
||||||
rm -f wand.js
|
|
||||||
rm -f template.html
|
|
||||||
cp ${webpackConfigFile} webpack.config.js
|
cp ${webpackConfigFile} webpack.config.js
|
||||||
cp ${wandInit} wand.js
|
cp ${wandInit} wand.js
|
||||||
cp ${templateHtml} template.html
|
cp ${templateHtml} template.html
|
||||||
@ -174,6 +171,9 @@ let
|
|||||||
|
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
ln -sf ${nodeSource}/node_modules .
|
ln -sf ${nodeSource}/node_modules .
|
||||||
|
rm -f webpack.config.js
|
||||||
|
rm -f wand.js
|
||||||
|
rm -f template.html
|
||||||
cp ${webpackConfigFile} webpack.config.js
|
cp ${webpackConfigFile} webpack.config.js
|
||||||
cp ${wandInit} wand.js
|
cp ${wandInit} wand.js
|
||||||
cp ${templateHtml} template.html
|
cp ${templateHtml} template.html
|
||||||
|
Loading…
Reference in New Issue
Block a user