Skip to content

Commit 4c5098c

Browse files
committed
fix: add missing addscope script
1 parent c3a2d74 commit 4c5098c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"umd:main": "dist/umd/index.js",
88
"types": "dist/types/index.d.js",
99
"scripts": {
10+
"addscope": "node tools/packagejson name @fasenderos/hft-limit-order-book",
1011
"build": "npm run build:cjs && npm run build:esm && npm run build:umd && npm run build:types",
1112
"build:cjs": "node tools/cleanup cjs && tsc -p config/tsconfig.cjs.json",
1213
"build:esm": "node tools/cleanup esm && tsc -p config/tsconfig.esm.json",

0 commit comments

Comments
 (0)