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 56f8191 commit 0659302Copy full SHA for 0659302
package.json
@@ -21,11 +21,11 @@
21
},
22
"scripts": {
23
"build-d3": "rollup -c d3/rollup.config.js",
24
- "start": "tsdx watch --transpileOnly",
25
- "build": "tsdx build --transpileOnly",
+ "start": "yarn build-d3 && tsdx watch --transpileOnly",
+ "build": "yarn build-d3 && tsdx build --transpileOnly",
26
"test": "tsdx test --passWithNoTests",
27
"lint": "tsdx lint",
28
- "prepare": "tsdx build --transpileOnly",
+ "prepare": "yarn build-d3 && tsdx build --transpileOnly",
29
"size": "size-limit",
30
"analyze": "size-limit --why",
31
"storybook": "start-storybook -p 6006",
0 commit comments