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.
npm ci
1 parent 5786b08 commit e2d2f58Copy full SHA for e2d2f58
release.md
@@ -44,7 +44,6 @@ specified below.
44
+ Ensure you're in a Python virtual environment with JupyterLab 3 installed
45
+ 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):
49
+ `git commit -a -m "release vX.Y.Z"`
50
+ `git tag vX.Y.Z`
0 commit comments