We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3cb03aa + 121dd33 commit 5ae9e67Copy full SHA for 5ae9e67
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