Skip to content

Commit

Permalink
add package.json script
Browse files Browse the repository at this point in the history
  • Loading branch information
IMax153 committed Sep 27, 2024
1 parent 99b72e3 commit 664af58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"scripts": {
"clean": "node scripts/clean.mjs",
"codegen": "pnpm --recursive --parallel run codegen",
"codemod": "node scripts/codemod.mjs",
"build": "tsc -b tsconfig.build.json && pnpm --recursive --parallel run build",
"circular": "node scripts/circular.mjs",
"test": "vitest",
Expand Down

0 comments on commit 664af58

Please sign in to comment.