Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahschwartz committed May 15, 2024
1 parent af1e999 commit 300523e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"build": "next build",
"build:ci": "run-s docs:clean docs:sync generate:* patch:wallet build",
"build:ci": "run-s docs:sync docs:clean generate:* patch:wallet build",
"build:content": "contentlayer build",
"check": "run-s lint",
"check:prod": "run-s lint:prod",
Expand Down
2 changes: 1 addition & 1 deletion scripts/clean-build-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ TARGET_DIRS=(
)

# File/folder names to exclude from deletion in each book
EXCLUSIONS_sway=("Cargo.toml" "forc-pkg" "sway-lib-std" "docs" "examples" "master")
EXCLUSIONS_sway=("Cargo.toml" "forc-pkg" "sway-lib-std" "docs" "examples" "master" "test")
EXCLUSIONS_fuels_rs=("Cargo.toml" "docs" "examples" "packages")
EXCLUSIONS_fuels_ts=("apps" "packages" "package.json", "demo-wallet-sdk-react")
EXCLUSIONS_fuels_wallet=("package.json" "packages")
Expand Down

0 comments on commit 300523e

Please sign in to comment.