mirror of
https://github.com/placeAtlas/atlas.git
synced 2025-01-14 20:27:01 +01:00
Netlify: Forgot to build when there are patches changes
This commit is contained in:
parent
6d9cb03d60
commit
aca41bc4e7
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue