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 c3a2d74 commit 4c5098cCopy full SHA for 4c5098c
package.json
@@ -7,6 +7,7 @@
7
"umd:main": "dist/umd/index.js",
8
"types": "dist/types/index.d.js",
9
"scripts": {
10
+ "addscope": "node tools/packagejson name @fasenderos/hft-limit-order-book",
11
"build": "npm run build:cjs && npm run build:esm && npm run build:umd && npm run build:types",
12
"build:cjs": "node tools/cleanup cjs && tsc -p config/tsconfig.cjs.json",
13
"build:esm": "node tools/cleanup esm && tsc -p config/tsconfig.esm.json",
0 commit comments