try modifying just file

This commit is contained in:
Thomas Smith 2023-04-24 18:32:38 +02:00
parent 67704b7769
commit 4a734e390f

View file

@ -14,6 +14,8 @@ package-pages:
ci:
-test -d node_modules && rm -rf node_modules
npm ci
npx --no-install babel -f src/scripts/bottles.jsx --out-file=/tmp/compileOut-1419075422.js
npx --no-install babel -f src/scripts/package-bottles.jsx --out-file=/tmp/compileOut-2181051641.js
hugo --source src --destination ../public --minify
# builds the site
@ -23,4 +25,4 @@ build:
# cleans up build artifacts
clean:
rm -rf public
rm -rf public