Skip to content

Commit 4fd3346

Browse files
Heinrich UlbrichtVesaJuvonen
authored andcommitted
Corrected gulp parameter (SharePoint#669)
There is no "nuke", but "clean"
1 parent 31d8f7a commit 4fd3346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spfx/toolchain/sharepoint-framework-toolchain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ The toolchain consists of the following gulp tasks defined in the [@microsoft/sp
129129
* Bundles the client-side solution project entry point and all its dependencies into a single JavaScript file.
130130
* serve
131131
* Serves the client-side solution project and assets from the local machine.
132-
* nuke
132+
* clean
133133
* Cleans the client-side solution project's build artifacts from the previous build and from the build target directories (lib and dist)
134134
* test
135135
* Runs unit tests, if available, for the client-side solution project.

0 commit comments

Comments
 (0)