Skip to content

Commit

Permalink
fix: install required dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Xstoudi committed Dec 24, 2023
1 parent 54185b2 commit 2a2d405
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,14 @@
},
"scripts": {
"dev": "node build.js --watch",
"build": "npm run clean && node build.js && tsc --emitDeclarationOnly",
"build": "pnpm run clean && node build.js && tsc --emitDeclarationOnly",
"clean": "rimraf types && rimraf dist",
"prepublishOnly": "npm run build"
"prepublishOnly": "pnpm run build"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"axios": "^1.6.2",
"esbuild": "^0.16.13",
"esbuild-node-externals": "^1.12.0",
"eslint": "^8.56.0",
Expand Down
12 changes: 3 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2a2d405

Please sign in to comment.