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.
2 parents 90bdaff + 38ad815 commit b45cc57Copy full SHA for b45cc57
1 file changed
packages/candles/package.json
@@ -14,7 +14,8 @@
14
],
15
"scripts": {
16
"build": "tsc -p tsconfig.build.json",
17
- "clean": "rimraf dist"
+ "clean": "rimraf dist",
18
+ "dist": "npm run clean && npm run build"
19
},
20
"dependencies": {
21
"@typedtrader/exchange": "0.2.5"
0 commit comments