Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
trungleduc committed Nov 22, 2023
1 parent eb6b296 commit 5a32ae8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 11 deletions.
1 change: 0 additions & 1 deletion .github/workflows/check-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
- name: Install Dependencies
run: |
pip install "jupyterlab>=4.0.0,<5"
yarn dev
- name: Check Release
uses: jupyter-server/jupyter_releaser/.github/actions/check-release@v2
with:
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
"author": {
"name": "JupyterCad contributors"
},
"files": [
"lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",
"style/**/*.{css,js,eot,gif,html,jpg,json,png,svg,woff2,ttf}"
],
"workspaces": [
"packages/*",
"python/jupytercad-core",
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ python_packages = [
[tool.jupyter-releaser.hooks]
before-bump-version = ["python -m pip install hatch 'jupyterlab>=4.0.0'"]
before-build-npm = [
"python -m pip install datamodel-code-generator jupyterlab --pre -U",
"python -m pip install datamodel-code-generator",
"jlpm",
"jlpm build:prod",
'find ./packages/base | sed -e "s/[^-][^\/]*\// |/g" -e "s/|\([^ ]\)/|-\1/"'
]
before-build-python = ["jlpm clean:all"]

Expand Down
9 changes: 0 additions & 9 deletions python/jupytercad-app/.gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
*.bundle.*
lib/
node_modules/
*.log
.eslintcache
.stylelintcache
*.egg-info/
.ipynb_checkpoints
*.tsbuildinfo
jupytercad_app/static
jupytercad_app/schemas
jupytercad_app/themes
Expand Down

0 comments on commit 5a32ae8

Please sign in to comment.