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 b1b4b9f commit e4ba0d7Copy full SHA for e4ba0d7
.gitignore
@@ -9,3 +9,4 @@ node_modules
9
oclif.manifest.json
10
11
.env
12
+/exec
package.json
@@ -78,5 +78,9 @@
78
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
79
"version": "oclif readme && git add README.md"
80
},
81
- "types": "dist/index.d.ts"
+ "types": "dist/index.d.ts",
82
+ "pkg": {
83
+ "scripts": "./lib/**/*.js",
84
+ "outputPath": "exec"
85
+ }
86
}
0 commit comments