We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ccb22a commit df31ef4Copy full SHA for df31ef4
Makefile
@@ -398,7 +398,7 @@ site/node_modules/.installed: site/package.json
398
cd site
399
../scripts/pnpm_install.sh
400
401
-site/out/index.html: site/package.json site/node_modules/.installed $(shell find ./site $(FIND_EXCLUSIONS) -type f \( -name '*.ts' -o -name '*.tsx' \))
+site/out/index.html: site/node_modules/.installed $(shell find ./site $(FIND_EXCLUSIONS) -type f \( -name '*.ts' -o -name '*.tsx' \))
402
403
# prevents this directory from getting to big, and causing "too much data" errors
404
rm -rf out/assets/
0 commit comments