pre-commit:
  parallel: false
  commands:
    test.lint:
      run: pnpm run test.lint
    build:
      run: pnpm run build -- --no-color && git add ./dist
