mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-22 02:23:30 +00:00
12 lines
252 B
Bash
Executable File
12 lines
252 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -o errexit
|
|
set -o pipefail
|
|
|
|
rm -rf ./.next
|
|
rm -rf ./public/~gitbook/static/icons
|
|
rm -rf ./public/~gitbook/static/math
|
|
rm -rf ./public/~gitbook/static/embed
|
|
rm -rf ./public/~gitbook/static/mermaid
|
|
rm -rf ./public/~gitbook/static/scalar
|