Skip to content

Commit

Permalink
script tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
kremalicious committed Jul 27, 2024
1 parent 4cd93ee commit ddb3faa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
File renamed without changes.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@
"preview": "astro preview",
"typecheck:astro": "astro check",
"typecheck:tsc": "tsc --noEmit --pretty",
"typecheck": "npm run typecheck:astro && npm run typecheck:tsc",
"typecheck": "run-p --silent typecheck:astro typecheck:tsc",
"prebuild": "run-p --silent --continue-on-error create:symlinks create:icons move:downloads",
"test:unit": "vitest run --config './test/vitest.config.ts' --coverage",
"test:unit:watch": "vitest watch --config './test/vitest.config.ts' --coverage",
"test:e2e": "playwright test --config './test/playwright.config.ts'",
"lint:md": "markdownlint --config '.config/.markdownlint.json' --ignore-path .gitignore --dot './**/*.{md,markdown}'",
"lint": "biome check --write .",
"lint:md": "markdownlint --config '.config/markdownlint.json' --ignore-path .gitignore --dot './**/*.{md,markdown}'",
"lint:biome": "biome check --write .",
"lint": "run-p --silent lint:biome lint:md",
"deploy:s3": "./scripts/deploy-s3.sh",
"new": "tsx scripts/new/index.ts",
"create:icons": "tsx scripts/create-icons/index.ts",
Expand Down

0 comments on commit ddb3faa

Please sign in to comment.