Full reference¶
build¶
- Project:
node-scripts-docs
-
Source:
-
Description:
Build the TypeScript sources.
docs:build¶
- Project:
node-scripts-docs
-
Source:
-
Description:
Build the documentation website locally.
docs:scripts¶
- Project:
node-scripts-docs
-
Source:
-
Description:
Rebuilds the
node-scripts-docs
documentation for this project itself.
docs:serve¶
- Project:
node-scripts-docs
-
Source:
-
Description:
Runs the mkdocs-material development server.
npm:publish¶
- Project:
node-scripts-docs
-
Source:
-
Description:
Build the latest sources and then
npm publish
the current state.
npm:publish:major¶
- Project:
node-scripts-docs
-
Source:
-
Description:
documentation pending
npm:publish:minor¶
- Project:
node-scripts-docs
-
Source:
-
Description:
documentation pending
npm:publish:patch¶
- Project:
node-scripts-docs
-
Source:
-
Description:
Publish a patch release to the npm registry.
nsd-debug¶
- Project:
node-scripts-docs
-
Source:
-
Description:
Build the latest sources and then use the build output to execute your command. Parameters are passed through by
yarn
.
prepack¶
- Project:
node-scripts-docs
-
Source:
-
Description:
documentation pending
test¶
- Project:
node-scripts-docs
-
Source:
-
Description:
Execute all Jest test suites.
test:coverage¶
- Project:
node-scripts-docs
-
Source:
-
Description:
Execute Jest test suites and calculate code coverage.