Skip to content
Snippets Groups Projects
Commit b7030d78 authored by Cam Saül's avatar Cam Saül
Browse files

Merge pull request #485 from metabase/fix_duplicate_webpacking

don't run webpack twice for lein uberjar
parents 6afe6c02 3f441f20
No related branches found
No related tags found
No related merge requests found
......@@ -87,4 +87,4 @@
"-Dmb.jetty.port=3001"
"-Dmb.api.key=test-api-key"]}
:uberjar {:aot :all
:prep-tasks ["npm" "webpack" "javac" "compile"]}})
:prep-tasks ^:replace ["npm" "webpack" "javac" "compile"]}})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment