Skip to content

Commit 5829ec1

Browse files
authored
Drop ESM artifact (#44)
* Drop esm artifact (since we dropped GraalJS) * remove esm bulid task
1 parent a22f3ba commit 5829ec1

File tree

2 files changed

+0
-259
lines changed

2 files changed

+0
-259
lines changed

bb.edn

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,8 @@
3030
{:doc "Installs and updates npm dependencies"
3131
:task (shell "yarn install")}
3232

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-
3833
test
3934
{:doc "runs tests in the markdown module"
40-
:depends [build-esm]
4135
:task (clojure "-X:test")}
4236

4337
build:notebooks

resources/js/markdown.mjs

Lines changed: 0 additions & 253 deletions
This file was deleted.

0 commit comments

Comments
 (0)