Thanks to visit codestin.com Credit goes to github.com
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 1788c1c commit 5786b08Copy full SHA for 5786b08
release.md
@@ -42,7 +42,7 @@ specified below.
42
+ Update `"version"` to `X.Y.Z`
43
+ Ensure you're using `node` version 12 and `npm` version 6 to minimize diffs to `package-lock.json`
44
+ Ensure you're in a Python virtual environment with JupyterLab 3 installed
45
- + Run `rm -rf node_modules && npm install && npm run clean && npm run build:prod`
+ + Run `npm ci && npm run clean && npm run build:prod`
46
- Run `git diff` and ensure that only the files you modified and the build artifacts have changed
47
- Ensure that the diff in `package-lock.json` seems sane
48
- Commit and tag but *don't push* until after everything is available on NPM/PyPI/Conda (see below):
0 commit comments