Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit df31ef4

Browse files
committed
:)
1 parent 0ccb22a commit df31ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ site/node_modules/.installed: site/package.json
398398
cd site
399399
../scripts/pnpm_install.sh
400400

401-
site/out/index.html: site/package.json site/node_modules/.installed $(shell find ./site $(FIND_EXCLUSIONS) -type f \( -name '*.ts' -o -name '*.tsx' \))
401+
site/out/index.html: site/node_modules/.installed $(shell find ./site $(FIND_EXCLUSIONS) -type f \( -name '*.ts' -o -name '*.tsx' \))
402402
cd site
403403
# prevents this directory from getting to big, and causing "too much data" errors
404404
rm -rf out/assets/

0 commit comments

Comments
 (0)