This repository has been archived by the owner on May 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add dist folder so we can test this module directly in target project
- Loading branch information
Jan Jůna
committed
Feb 14, 2019
1 parent
05782f6
commit 3f241e5
Showing
6 changed files
with
2,833 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
.DS_Store | ||
node_modules | ||
.idea | ||
dist | ||
tmp | ||
output | ||
data | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
'use strict'; | ||
|
||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
// eslint-disable-next-line | ||
var TRANSACTION_CONTAINER = exports.TRANSACTION_CONTAINER = 'commercetools-sync-unprocessed-product-reassignment-actions'; | ||
var PRODUCT_ANONYMIZE_SLUG_KEY = exports.PRODUCT_ANONYMIZE_SLUG_KEY = 'ctsd'; | ||
|
||
var ERROR_CONTEXT = exports.ERROR_CONTEXT = 'VARIANT_REASSIGNMENT_ERROR_CONTEXT'; | ||
var MAX_RETRIES = exports.MAX_RETRIES = 2; |
Oops, something went wrong.