Skip to content

Commit

Permalink
add format and format check commands
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Nov 30, 2024
1 parent 11222f2 commit ce4bc27
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"version": "0.0.1",
"type": "module",
"scripts": {
"build": "tsup-node ./lib/index.ts ./webworker/index.ts --format esm --sourcemap"
"build": "tsup-node ./lib/index.ts ./webworker/index.ts --format esm --sourcemap",
"format": "biome format --write .",
"format:check": "biome format ."
},
"devDependencies": {
"@babel/standalone": "^7.26.2",
Expand Down

0 comments on commit ce4bc27

Please sign in to comment.