Skip to content

Commit 0daa1a0

Browse files
committed
[package][xs]: updated package.json to build binary with data-{os-contribution}
1 parent 189b52f commit 0daa1a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"watch:test": "npm t -- --watch",
1515
"lint": "xo --quiet",
1616
"data": "node bin/data.js",
17-
"pack": "pkg bin/data.js -c package.json -o packed/datahub",
17+
"pack": "pkg bin/data.js -c package.json -o packed/data",
1818
"precommit": "npm run lint && npm run build"
1919
},
2020
"xo": {

0 commit comments

Comments
 (0)