Full reference¶
docs:build¶
- Project:
@monolit/documentation
-
Source:
-
Description:
Build the MonoLit documentation website.
docs:scripts:build¶
- Project:
root
-
Source:
-
Description:
Build the
node-scripts-docs
you're reading right now.
docs:scripts:check¶
- Project:
root
-
Source:
-
Description:
Check if there are any changes to the
node-scripts-docs
documentation.
docs:serve¶
- Project:
@monolit/documentation
-
Source:
-
Description:
Run an HTTP server that serves, and continuously updates the documentation site.
extension:clean¶
- Project:
monolit
-
Source:
-
Description:
Delete all build output of the extension.
extension:compile¶
- Project:
monolit
-
Source:
-
Description:
Compile a development build of the extension.
extension:package¶
- Project:
monolit
-
Source:
-
Description:
documentation pending
extension:package:patch¶
- Project:
monolit
-
Source:
-
Description:
documentation pending
extension:publish¶
- Project:
monolit
-
Source:
-
Description:
documentation pending
extension:watch¶
- Project:
monolit
-
Source:
-
Description:
Build the extension in watch mode.
lint:eslint¶
- Project:
root
-
Source:
-
Description:
Run ESLint on the TypeScript sources.
lint:tsc¶
- Project:
root
-
Source:
-
Description:
Run the TypeScript compiler on the TypeScript sources to check for errors.
typecheck:all¶
- Project:
root
-
Source:
-
Description:
Type-check all projects, to fill the problems panel in VS Code.
vscode:prepublish¶
- Project:
monolit
-
Source:
-
Description:
Pre-publish hook from
vsce
. Compile the extension in production mode.