Skip to content

Commit

Permalink
fix release script, introduce formatting scripts & biome
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Jul 8, 2024
1 parent 996d67e commit f8ad054
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pver-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
node-version: 20
registry-url: https://registry.npmjs.org/
- run: npm install -g pver
- run: npm ci
- run: bun ci
- run: pver release
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
19 changes: 0 additions & 19 deletions .github/workflows/release.yml

This file was deleted.

Binary file modified bun.lockb
Binary file not shown.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,17 @@
"scripts": {
"test": "bun test",
"build": "tsup lib/index.ts cli/main.ts --dts --sourcemap",
"aider": "aider"
"aider": "aider",
"format:check": "biome format .",
"format": "biome format . --write"
},
"main": "./dist/lib/index.cjs",
"bin": {
"easyeda-converter": "./dist/cli/main.cjs",
"easyeda": "./dist/cli/main.cjs"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@tscircuit/builder": "^1.5.131",
"@tscircuit/log-soup": "1.0.2",
"@tscircuit/soup": "^0.0.37",
Expand Down

0 comments on commit f8ad054

Please sign in to comment.