Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 602 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 602 Bytes

Project Mystique

Scripts

  • lint: Runs ESLint for .js and .html files based on .gitignore settings, and checks JavaScript formatting with Prettier.
  • format: Automatically corrects code issues using ESLint and formats .js files using Prettier, respecting .gitignore.
  • test: Executes tests with coverage reporting using web-test-runner.
  • test:watch: Continuously runs tests in watch mode with web-test-runner.
  • build: Cleans the dist directory and rebuilds the project using Rollup.
  • start: Starts a development server with file watching via web-dev-server.