We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build:web:test
Step 1 - cd ./sdk/web Step 2 - bb run build:web:test
cd ./sdk/web
bb run build:web:test
Result
[:web-test] Compiling ... ------ WARNING #1 - ----------------------------------------------------------- File: ~/.m2/repository/metosin/malli/0.8.0/malli-0.8.0.jar!/malli/core.cljc:2258:26 -------------------------------------------------------------------------------- 2255 | (reduce -register-var {})))) 2256 | 2257 | (defn class-schemas [] 2258 | {#?(:clj Pattern, :cljs js/RegExp) (-re-schema true)}) --------------------------------^----------------------------------------------- References to the global RegExp object prevents optimization of regular expressions. -------------------------------------------------------------------------------- 2259 | 2260 | (defn comparator-schemas [] 2261 | (->> {:> >, :>= >=, :< <, :<= <=, := =, :not= not=} 2262 | (-vmap (fn [[k v]] [k (-simple-schema (fn [_ [child]] -------------------------------------------------------------------------------- nil Closure compilation failed with 1 errors --- cljs_test_display/core.cljs:411 @define cljs_test_display.core.root_node_id has already been set at cljs_test_display/core.cljs:5:23. Error while executing task: build:web:test
The text was updated successfully, but these errors were encountered:
This issue seems like the issue in question.
Sorry, something went wrong.
Running bb test:web:develop now seems to pass without issue.
bb test:web:develop
Can confirm build process passes.
Note: bb test:web:develop command should is now run in the root of the kubelt project instead of /sdk/web as in the issue description.
/sdk/web
crimeminister
No branches or pull requests
Step 1 -
cd ./sdk/web
Step 2 -
bb run build:web:test
Result
The text was updated successfully, but these errors were encountered: