Skip to content

Commit

Permalink
chore: Upgrade repo setup
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 committed Aug 19, 2024
1 parent 726cf57 commit 79bcd3a
Show file tree
Hide file tree
Showing 3 changed files with 2,613 additions and 2,066 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ jobs:
node-version: 20
cache: pnpm
- run: pnpm install
- run: pnpm format:check
- run: pnpm compile
- run: pnpm build
- run: pnpm lint
- run: pnpm check
- run: pnpm test
- run: node bin/publish-extension.cjs --help

Expand Down
11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,19 +52,14 @@
}
},
"scripts": {
"format": "prettier --write .",
"format:check": "prettier --check .",
"compile": "tsc --noEmit",
"check": "check",
"build": "run-s build:*",
"build:clean": "rimraf dist",
"build:lib": "tsup src/index.ts --dts --format cjs,esm --sourcemap",
"build:cli": "tsup --format cjs,esm --entry.cli src/cli.ts",
"build:test-extension": "node scripts/build-test-extension.js",
"test": "vitest",
"lint": "run-p -c -s lint:*",
"lint:eslint": "echo 'ESLint: TODO'",
"test:coverage": "vitest --coverage",
"lint:package": "publint",
"dev:all": "./scripts/dev.sh all",
"dev:chrome": "./scripts/dev.sh chrome",
"dev:firefox": "./scripts/dev.sh firefox",
Expand Down Expand Up @@ -92,6 +87,7 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@aklinker1/check": "^1.3.1",
"@types/jsonwebtoken": "^8.5.8",
"@types/lodash.camelcase": "^4.3.7",
"@types/lodash.kebabcase": "^4.1.7",
Expand Down Expand Up @@ -135,5 +131,6 @@
"excludeAuthors": [
"[email protected]"
]
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 79bcd3a

Please sign in to comment.