Skip to content

Commit 5f47a9b

Browse files
author
Gabriel P.
committed
chore: switch to pnpm
1 parent 837a1b0 commit 5f47a9b

3 files changed

Lines changed: 2374 additions & 1971 deletions

File tree

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
],
1414
"scripts": {
1515
"build": "rm -rf ./build && tsc",
16-
"lint": "npx eslint src/**/**/*",
17-
"prebuild-package": "yarn build",
16+
"lint": "eslint src/**/**/*",
17+
"prebuild-package": "pnpm build",
1818
"build-package": "cp ./package.json ./build && cp ./README.md ./build/README.md"
1919
},
2020
"devDependencies": {
@@ -26,7 +26,6 @@
2626
"eslint-config-standard": "17.1.0",
2727
"eslint-plugin-import": "2.32.0",
2828
"eslint-plugin-n": "16.6.2",
29-
"eslint-plugin-n": "14.0.0",
3029
"eslint-plugin-promise": "6.6.0",
3130
"typescript": "5.0.4"
3231
}

0 commit comments

Comments
 (0)