document-model-libs
v1.116.0
Published
## Scripts
Downloads
4,358
Keywords
Readme
Powerhouse Document Model Libs
Scripts
In this project, you can use the following npm scripts:
generate
: Runspowerhouse generate
.lint
: Run ESLint and TypeScript checking.format
: Run Prettier to format the code.build
: Build the library project.storybook
: Start Storybook in development mode.build-storybook
: Build Storybook.test
: Run Vitest for testing.