Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5786b08

Browse files
authored
1 parent 1788c1c commit 5786b08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ specified below.
4242
+ Update `"version"` to `X.Y.Z`
4343
+ Ensure you're using `node` version 12 and `npm` version 6 to minimize diffs to `package-lock.json`
4444
+ 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`
45+
+ Run `npm ci && npm run clean && npm run build:prod`
4646
- Run `git diff` and ensure that only the files you modified and the build artifacts have changed
4747
- Ensure that the diff in `package-lock.json` seems sane
4848
- Commit and tag but *don't push* until after everything is available on NPM/PyPI/Conda (see below):

0 commit comments

Comments
 (0)