Skip to content

Commit 6307f71

Browse files
authored
Merge pull request #649 from segmentio/repo-sync
repo sync
2 parents cf1d659 + 817f5e1 commit 6307f71

File tree

15 files changed

+2035
-1109
lines changed

15 files changed

+2035
-1109
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,9 @@ docker-build:
182182
@$(DOCKER_TTY) make build
183183
bundle install --path=vevendor
184184

185+
.PHONY: private-destination
186+
private_destination:
187+
@node scripts/private-destination.js
185188
#.PHONY: docs
186189
#docs: node_modules
187190
# $(BIN)/webpack --mode=production

src/_data/catalog/destination_categories.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# destination categories last updated 2022-10-25
2+
# destination categories last updated 2022-10-27
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

0 commit comments

Comments
 (0)