From ead8ca9d90e26502509d8b2f4ab47cc8fcfe015d Mon Sep 17 00:00:00 2001 From: Adam Laycock Date: Wed, 22 Nov 2017 09:22:41 +0000 Subject: [PATCH] export source maps before screeps upload --- rollup.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rollup.config.js b/rollup.config.js index c52ea4c..4347e71 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -35,7 +35,7 @@ export default { resolve(), commonjs(), typescript({tsconfig: "./tsconfig.json"}), - screepsUpload('./screeps.json'), - exportSourceMaps() + exportSourceMaps(), + screepsUpload('./screeps.json') ] }