romantrukhtanov.github.io/star-wars-demo
dev
— starts the project indevelopment mode
.build
— build the project usingvite build
.preview
— Starts the preview usingvite preview
.ts
— initiates type checking.test
— runs checks on all tests.test:watch
— runs tests inwatch mode
.lint
— performs linting on all scripts.lint:fix
— performs linting on all scripts with auto-fixing.prepare
— installs the Husky configuration.