Skip to content

Commit

Permalink
fix: remove allow only pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Martirosian committed Mar 19, 2022
1 parent 3967975 commit 0717e66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
"build:node": "esbuild src/index.ts --bundle --sourcemap --format=cjs --external:fastify-plugin --external:undici --platform=node --target=node16.14.0 --outfile=./lib/node/index.cjs",
"build:types": "tsc --emitDeclarationOnly --declarationDir lib/types && find ./lib/types \\( -name '*spec.d.ts' -o -name '*spec.d.ts.map' -o -name 'example.d.ts' -o -name 'example.d.ts.map' \\) -type f -delete",
"lint": "ls-lint && eslint 'src/**/*.ts?(x)'",
"preinstall": "npx only-allow pnpm",
"prepare": "is-ci || husky install",
"test": "node ./scripts/test.mjs && c8 mocha --enable-source-maps 'lib/tests/**/*.spec.cjs'",
"typecheck": "tsc --noEmit"
Expand Down

0 comments on commit 0717e66

Please sign in to comment.