Skip to content

Commit 0659302

Browse files
committed
Update package.json
1 parent 56f8191 commit 0659302

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
},
2222
"scripts": {
2323
"build-d3": "rollup -c d3/rollup.config.js",
24-
"start": "tsdx watch --transpileOnly",
25-
"build": "tsdx build --transpileOnly",
24+
"start": "yarn build-d3 && tsdx watch --transpileOnly",
25+
"build": "yarn build-d3 && tsdx build --transpileOnly",
2626
"test": "tsdx test --passWithNoTests",
2727
"lint": "tsdx lint",
28-
"prepare": "tsdx build --transpileOnly",
28+
"prepare": "yarn build-d3 && tsdx build --transpileOnly",
2929
"size": "size-limit",
3030
"analyze": "size-limit --why",
3131
"storybook": "start-storybook -p 6006",

0 commit comments

Comments
 (0)