3.5.1 • Published 2 years ago
@resourvereign/plugin-types v3.5.1
ResourVereign Common
Plugin types and utilities for ResourVereign
Scripts
build: Compiles the TypeScript files. Optionally, it clears the./distdirectory unless theNOCLEANvariable is set to "1".build:watch: Usesnodemonto watch thesrcdirectory and recompiles TypeScript files on changes without clearing the./distdirectory.build:check: Checks the TypeScript files for type errors without emitting any output files.test: Runs tests usingjest, allowing for a pass even if no tests are found.test:watch: Continuously runsjestin watch mode to automatically rerun tests on changes.test:ui: Startsvitestwith a user interface.lint:fix: Automatically fixes linting issues in TypeScript files within thesrcdirectory usingeslint.lint: Lints TypeScript files in thesrcdirectory without automatically fixing issues.prettify: Formats the code in thesrcdirectory usingprettier.