Skip to content

Commit

Permalink
minor refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Apr 6, 2024
1 parent ca02fd2 commit 68c01ae
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"version": "0.0.0",
"private": true,
"scripts": {
"========= Basics": "",
"dev": "cd ./packages/vike-react/ && pnpm run dev",
"========= Build": "",
"build": "pnpm --recursive --filter {packages/*} run build",
"========= Dev": "",
"dev": "cd ./packages/vike-react/ && pnpm run dev",
"========= Test": "",
"test": "pnpm run test:units && pnpm run test:e2e && pnpm run test:types",
"test:e2e": "test-e2e",
"test:units": "pnpm --recursive --sequential --filter {packages/*} run test",
"test:types": "test-types",
"========= Clean": "",
"clean": "git clean -Xdf",
"reset": "pnpm run clean && pnpm install && pnpm run build",
"========= Formatting": "",
"format": "pnpm run format:biome",
"format:prettier": "git ls-files | egrep '\\.(json|js|jsx|css|ts|tsx|vue|mjs|cjs)$' | grep --invert-match package.json | xargs pnpm exec prettier --write",
"format:biome": "biome format --write .",
"format:check": "biome format . || (echo 'Fix formatting by running `$ pnpm run -w format`.' && exit 1)",
"========= Release": "",
"release": "cd ./packages/vike-react/ && pnpm run release",
"release:minor": "cd ./packages/vike-react/ && pnpm run release:minor",
"release:commit": "cd ./packages/vike-react/ && pnpm run release:commit",
"========= Clean": "",
"clean": "git clean -Xdf",
"reset": "pnpm run clean && pnpm install && pnpm run build",
"========= Only allow pnpm; forbid yarn & npm": "",
"preinstall": "npx only-allow pnpm"
},
Expand Down

0 comments on commit 68c01ae

Please sign in to comment.