Skip to content

Commit e1cb719

Browse files
committed
DOC-240 enable incremental builds
1 parent 90c9e3a commit e1cb719

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
ignore = "./scripts/ignore.sh"
1313

1414
[context.branch-deploy]
15-
command = "yarn develop"
15+
command = "yarn develop-inc"
1616
ignore = "./scripts/ignore.sh"
1717

1818
[[redirects]]

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@
1111
]
1212
},
1313
"scripts": {
14-
"develop": "bundle exec jekyll clean && webpack --mode production && JEKYLL_ENV=testing bundle exec jekyll build --trace -V"
15-
},
14+
"develop": "bundle exec jekyll clean && webpack --mode production && JEKYLL_ENV=testing bundle exec jekyll build --trace -V",
15+
"develop-inc": "webpack --mode production && JEKYLL_ENV=testing bundle exec jekyll build --trace -V -I"
16+
17+
},
1618
"devDependencies": {
1719
"@babel/cli": "^7.6.0",
1820
"@babel/core": "^7.6.0",

src/connections/destinations/catalog/actions-amplitude/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@ hide-boilerplate: true
44
hide-dossier: true
55
hidden: true
66
---
7-
87
{% include content/plan-grid.md name="actions" %}
98

10-
119
[Amplitude](https://amplitude.com/) is an event tracking and segmentation
1210
platform for your web and mobile apps. By analyzing the actions your users
1311
perform, you can gain a better understanding to drive retention, engagement,

0 commit comments

Comments
 (0)