Skip to content

Commit c3a4cea

Browse files
committed
chore: pkg config
1 parent 8b10be0 commit c3a4cea

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

package.json

+13
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,19 @@
2525
"lf": "bin/lf.js",
2626
"lc": "bin/lc.js"
2727
},
28+
"pkg": {
29+
"name": "leetcode-practice",
30+
"bin": {
31+
"lc": "pl-cli/bin/lc.js",
32+
"lk": "pl-cli/bin/lk.js",
33+
"lf": "pl-cli/bin/lf.js"
34+
},
35+
"targets": [
36+
"node14-macos-x64",
37+
"node14-linux-x64"
38+
],
39+
"outputPath": "pl-build"
40+
},
2841
"scripts": {
2942
"lc": "node bin/lc.js -d src",
3043
"lk": "node bin/lk.js -d src",

0 commit comments

Comments
 (0)