Fix docker removing directory for jampack
This commit is contained in:
parent
e9ce236257
commit
e1f7e44e4d
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
"postbuild": "npm run postbuild:styles && npm run postbuild:highlighttheme",
|
||||
"postbuild:highlighttheme": "cp ./node_modules/@catppuccin/highlightjs/css/catppuccin.variables.css ./_site",
|
||||
"postbuild:styles": "npx tailwindcss -i styles.css -o _site/styles.css --env production",
|
||||
"optimize": "rm -r _site/_jampack && jampack _site",
|
||||
"optimize": "rm -rf _site/_jampack && jampack _site",
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"deploy": "docker compose up --build -d"
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue