Skip to content

Commit b45cc57

Browse files
committed
Merge branch 'stack/03-warmup-hook' into stack/05-trailing-stop-utils
2 parents 90bdaff + 38ad815 commit b45cc57

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/candles/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
],
1515
"scripts": {
1616
"build": "tsc -p tsconfig.build.json",
17-
"clean": "rimraf dist"
17+
"clean": "rimraf dist",
18+
"dist": "npm run clean && npm run build"
1819
},
1920
"dependencies": {
2021
"@typedtrader/exchange": "0.2.5"

0 commit comments

Comments
 (0)