Skip to content

Commit 5ae9e67

Browse files
authored
Merge pull request #24 from pnpm/gluxon/for-testing-pnpm-dlx
feat: add `for-testing-pnpm-dlx`
2 parents 3cb03aa + 121dd33 commit 5ae9e67

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

packages/for-testing-pnpm-dlx/foo.js

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env node
2+
const fs = require('fs')
3+
4+
fs.writeFileSync('foo', '', 'utf8')
+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "@pnpm.e2e/for-testing-pnpm-dlx",
3+
"version": "1.0.0",
4+
"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

Comments
 (0)