We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cb03aa commit 121dd33Copy full SHA for 121dd33
packages/for-testing-pnpm-dlx/foo.js
@@ -0,0 +1,4 @@
1
+#!/usr/bin/env node
2
+const fs = require('fs')
3
+
4
+fs.writeFileSync('foo', '', 'utf8')
packages/for-testing-pnpm-dlx/package.json
@@ -0,0 +1,10 @@
+{
+ "name": "@pnpm.e2e/for-testing-pnpm-dlx",
+ "version": "1.0.0",
+ "description": "Contains a 'foo' bin for testing pnpm dlx",
5
+ "bin": {
6
+ "foo": "foo.js"
7
+ },
8
+ "author": "Zoltan Kochan",
9
+ "license": "MIT"
10
+}
0 commit comments