We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a22f3ba commit 5829ec1Copy full SHA for 5829ec1
bb.edn
@@ -30,14 +30,8 @@
30
{:doc "Installs and updates npm dependencies"
31
:task (shell "yarn install")}
32
33
- build-esm
34
- {:doc "Builds the ESM JS module file for the markdown module"
35
- :task (shell "./node_modules/.bin/esbuild src/js/markdown.js --bundle --minify --outfile=resources/js/markdown.mjs --format=esm")
36
- :depends [yarn-install]}
37
-
38
test
39
{:doc "runs tests in the markdown module"
40
- :depends [build-esm]
41
:task (clojure "-X:test")}
42
43
build:notebooks
resources/js/markdown.mjs
0 commit comments