Skip to content

Commit

Permalink
remove sourcefile hack
Browse files Browse the repository at this point in the history
  • Loading branch information
pvyParts committed Nov 19, 2023
1 parent b8b5843 commit 46060d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 46060d4

Please sign in to comment.