Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
Remove release-npm script (#210)
Browse files Browse the repository at this point in the history
* Remove release-npm script

* Remove the npm publish check on CI
  • Loading branch information
jtpio authored Sep 8, 2021
1 parent 9e534b8 commit 17c1792
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 36 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/buildutils.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,3 @@ jobs:
python -m pip install -U jupyterlab~=3.0 jupyter_packaging~=0.10 pip
jlpm
jlpm run build
- name: Publish to npm in dry-run mode
run: |
mkdir dist
jlpm lerna exec -- npm pack
cp packages/*/*.tgz dist
jlpm release:npm --dist ./dist --dry-run
29 changes: 0 additions & 29 deletions buildutils/src/release-npm.ts

This file was deleted.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"prettier:check": "prettier --list-different \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}\"",
"publish": "yarn run clean && yarn run build && lerna publish",
"release:bump": "node ./buildutils/lib/release-bump.js",
"release:npm": "node ./buildutils/lib/release-npm.js",
"release:patch": "node ./buildutils/lib/release-patch.js",
"start": "jupyter retro --config ./app/test/jupyter_server_config.py --no-browser",
"test": "lerna run test",
Expand Down

0 comments on commit 17c1792

Please sign in to comment.