From 90b920f4a127eef8aa9aafd19f7ea5d18a124fc0 Mon Sep 17 00:00:00 2001 From: Thibaud Date: Tue, 17 Apr 2018 14:27:35 +0200 Subject: [PATCH 1/2] update on ppd directly --- ppd.js | 0 test.js | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 ppd.js diff --git a/ppd.js b/ppd.js new file mode 100644 index 0000000..e69de29 diff --git a/test.js b/test.js index 74a8935..a470112 100644 --- a/test.js +++ b/test.js @@ -13,4 +13,5 @@ export default (state = 'f9conflict', action) => { return state; } }; -console.log('f11'); +console.log('preprod'); +const ppd = 'preprod'; From 6d264e8824060191b094bb279420927921f8246d Mon Sep 17 00:00:00 2001 From: Thibaud Date: Tue, 17 Apr 2018 14:29:59 +0200 Subject: [PATCH 2/2] update test.js to log f13 --- test.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test.js b/test.js index a470112..e4813e8 100644 --- a/test.js +++ b/test.js @@ -13,5 +13,4 @@ export default (state = 'f9conflict', action) => { return state; } }; -console.log('preprod'); -const ppd = 'preprod'; +console.log('f13');