Agregando instalacion de npm
All checks were successful
CD for startPage / build (push) Successful in 7s
All checks were successful
CD for startPage / build (push) Successful in 7s
This commit is contained in:
3
build.sh
3
build.sh
@@ -1,5 +1,6 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
npm install
|
||||
mkdir -p public
|
||||
tailwindcss -i ./src/input.css -o ./public/style.css --minify
|
||||
cp ./src/*.png public/
|
||||
@@ -14,4 +15,4 @@ npx html-minifier --collapse-whitespace \
|
||||
--minify-js true \
|
||||
--input-dir ./src/ \
|
||||
--output-dir ./public/ \
|
||||
--file-ext html
|
||||
--file-ext html
|
||||
|
||||
Reference in New Issue
Block a user