Skip to content

Commit

Permalink
Fix package.json in helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
SoraSuegami committed Oct 12, 2024
1 parent d3d6b4f commit 9b99a74
Show file tree
Hide file tree
Showing 2 changed files with 751 additions and 1,007 deletions.
4 changes: 2 additions & 2 deletions packages/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"license": "MIT",
"main": "dist",
"scripts": {
"install": "build",
"build": "tsc",
"install": "yarn build",
"build": "npx tsc",
"test": "jest tests/**/*.test.ts",
"lint": "eslint .",
"prepublish": "yarn lint && yarn build",
Expand Down
Loading

0 comments on commit 9b99a74

Please sign in to comment.