Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Commit

Permalink
Add dist folder so we can test this module directly in target project
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Jůna committed Feb 14, 2019
1 parent 05782f6 commit 3f241e5
Show file tree
Hide file tree
Showing 6 changed files with 2,833 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.DS_Store
node_modules
.idea
dist
tmp
output
data
Expand Down
11 changes: 11 additions & 0 deletions dist/constants.js
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;
Loading

0 comments on commit 3f241e5

Please sign in to comment.