mirror of
https://github.com/ivabus/www
synced 2024-11-22 16:25:06 +03:00
Second Try
This commit is contained in:
parent
033f30ce9a
commit
c4726f40bf
1 changed files with 3 additions and 1 deletions
|
@ -14,6 +14,8 @@ package-pages:
|
||||||
ci:
|
ci:
|
||||||
-test -d node_modules && rm -rf node_modules
|
-test -d node_modules && rm -rf node_modules
|
||||||
npm ci
|
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
|
hugo --source src --destination ../public --minify
|
||||||
|
|
||||||
# builds the site
|
# builds the site
|
||||||
|
@ -23,4 +25,4 @@ build:
|
||||||
|
|
||||||
# cleans up build artifacts
|
# cleans up build artifacts
|
||||||
clean:
|
clean:
|
||||||
rm -rf public
|
rm -rf public
|
||||||
|
|
Loading…
Reference in a new issue