From 8adbecbdbb8bacc51d87c14051da4d35e8d6e886 Mon Sep 17 00:00:00 2001 From: mehmet-erim Date: Tue, 14 Apr 2020 14:05:15 +0300 Subject: [PATCH] docs: documented Install & Uninstall Preview NPM Packages #3251 --- docs/en/Nightly-Builds.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/en/Nightly-Builds.md b/docs/en/Nightly-Builds.md index e7ebe0f33b..1a66af32e1 100644 --- a/docs/en/Nightly-Builds.md +++ b/docs/en/Nightly-Builds.md @@ -24,3 +24,18 @@ Now, you can install preview / nightly packages to your project from Nuget Brows 3. Search a package. You will see prereleases of the package formatted as `(VERSION)-preview(DATE)` (like *v0.16.0-preview20190401* in this sample). 4. You can click to the `Install` button to add package to your project. +## Install & Uninstall Preview NPM Packages + +The latest version of preview NPM packages can be installed by the running below command in the root folder of application: + +```bash +abp switch-to-preview +``` + +If you're using the ABP Framework preview packages, you can switch back to stable version using this command: + +```bash +abp switch-to-stable +``` + +See the [ABP CLI documentation](./CLI.md) for more information. \ No newline at end of file