Skip to content
Snippets Groups Projects
Unverified Commit 26f68dea authored by Alexis BENOIT's avatar Alexis BENOIT Committed by GitHub
Browse files

Retirer la version de node du cli de compilation (#969)

parent 1c02f2db
No related branches found
Tags v7.3.11
No related merge requests found
......@@ -70,8 +70,7 @@ if (command === "local") {
if (command === "build") {
execute("yarn upgrade osuny");
updateNodeVersion();
execute("yarn upgrade");
execute("yarn install");
execute("hugo --minify");
execute("npm_config_yes=true npx pagefind --site 'public' --glob '**/index.{html}' --exclude-selectors '" + pagefindExclude + "'");
}
......
var shell = require("shelljs");
module.exports = function (argv) {
shell.exec(`echo "22" > .nvmrc`);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment