Skip to content

Commit e4ba0d7

Browse files
committed
feat: config for pkg
1 parent b1b4b9f commit e4ba0d7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ node_modules
99
oclif.manifest.json
1010

1111
.env
12+
/exec

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,9 @@
7878
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
7979
"version": "oclif readme && git add README.md"
8080
},
81-
"types": "dist/index.d.ts"
81+
"types": "dist/index.d.ts",
82+
"pkg": {
83+
"scripts": "./lib/**/*.js",
84+
"outputPath": "exec"
85+
}
8286
}

0 commit comments

Comments
 (0)