From 2cee6fd746a5791a71f46ecacbb45c9939f1e687 Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Mon, 24 Apr 2023 18:44:22 +0200 Subject: [PATCH] Revert "Second Try" This reverts commit c4726f40bf41cb72218f172acbaaed200b1c7bbe. --- .justfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.justfile b/.justfile index 633b2cb..1fb95a9 100644 --- a/.justfile +++ b/.justfile @@ -14,8 +14,6 @@ package-pages: ci: -test -d node_modules && rm -rf node_modules npm ci - npx --no-install babel --no-babelrc -f src/scripts/bottles.jsx --out-file=/tmp/compileOut-1419075422.js - npx --no-install babel --no-babelrc -f src/scripts/package-bottles.jsx --out-file=/tmp/compileOut-2181051641.js hugo --source src --destination ../public --minify # builds the site @@ -25,4 +23,4 @@ build: # cleans up build artifacts clean: - rm -rf public + rm -rf public \ No newline at end of file