Netlify: Forgot to build when there are patches changes

This commit is contained in:
Hans5958 2023-07-02 00:02:33 +07:00
parent 6d9cb03d60
commit aca41bc4e7
1 changed files with 1 additions and 0 deletions

View File

@ -8,3 +8,4 @@
[context.deploy-preview]
command = "FILE=tools/ci/build-preview.sh; rm -rf dist/; if [ -f $FILE ]; then bash $FILE; else cp -r web/ dist/; fi"
ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF data/patches/ web/ .parcelrc netlify.toml package-lock.json package.json postcss.config.js"