We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c9fbf9 commit c29743fCopy full SHA for c29743f
1 file changed
package.json
@@ -30,7 +30,7 @@
30
"dist"
31
],
32
"scripts": {
33
- "build": "yarn copy-definitionfile && rollup -c",
+ "build": "rollup -c && yarn copy-definitionfile",
34
"build-storybook": "build-storybook",
35
"lint": "eslint \"**/*.{ts,tsx}\" --cache --max-warnings 0",
36
"prepack": "yarn build",
0 commit comments