From 46060d43e7283bf571ae06ace70538bcdbe7d9c7 Mon Sep 17 00:00:00 2001 From: Aaron Kable Date: Sun, 19 Nov 2023 21:47:19 +0800 Subject: [PATCH] remove sourcefile hack --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 49daa6f..e446a6b 100644 --- a/Makefile +++ b/Makefile @@ -29,10 +29,10 @@ deploy: twine upload dist/* buildjs: - cd frontend;yarn install;yarn build;find 'build/' -name '*.js' -exec sed -i -e 's/\/\/# sourceMappingURL=/\/\/# sourceMappingURL=\/static\/reports\/static\/js\//g' {} \; + cd frontend;yarn install;yarn build; package: - cd frontend;yarn install;yarn build;find 'build/' -name '*.js' -exec sed -i -e 's/\/\/# sourceMappingURL=/\/\/# sourceMappingURL=\/static\/reports\/static\/js\//g' {} \; + cd frontend;yarn install;yarn build; python setup.py sdist devui: