explicitly run webpack-cli with nodejs
This commit is contained in:
parent
de34964bc9
commit
1d1fb31a61
2
wand.nix
2
wand.nix
@ -237,7 +237,7 @@ let
|
|||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out
|
mkdir -p $out
|
||||||
${nodeSource}/node_modules/webpack-cli/bin/cli.js --mode production
|
${pkgs.nodejs}/bin/node ${nodeSource}/node_modules/webpack-cli/bin/cli.js --mode production
|
||||||
mv dist/* $out
|
mv dist/* $out
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user