diff --git a/Release-Procedure.md b/Release-Procedure.md index f0cf94b..fa0669a 100644 --- a/Release-Procedure.md +++ b/Release-Procedure.md @@ -60,6 +60,13 @@ Run the `publish.sh` task with the version number as specified in the `package.j ./tasks/publish.sh 3.1.0 +**DO THIS INSTEAD** + +Publish the ol package: + + cd src/ol + npm publish + ### Update website You need a local clone of the [openlayers.github.io](https://github.com/openlayers/openlayers.github.io) repo, with the `build` branch checked out.