Skip to content

Commit

Permalink
eslint: ignore jupyterlab submodule, binder: try without minimize step
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Oct 9, 2023
1 parent e5399db commit 503d53f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion binder/postBuild
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ _("rm", ".git")
_("mkdir", "-p", ".git/hooks")
_("python", "-m", "pip", "install", "-e", ".")
_("jlpm", "install")
_("jlpm", "build:dev:prod:minimize")
_("jlpm", "build:dev:prod")
os.chdir(cwd)

# verify the environment is self-consistent before even starting
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
"node_modules",
"dist",
"coverage",
"jupyterlab",
"**/*.d.ts"
],
"eslintConfig": {
Expand Down

0 comments on commit 503d53f

Please sign in to comment.