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 42e01ea commit 1a460d7Copy full SHA for 1a460d7
packages/site-admin/package.json
@@ -12,7 +12,7 @@
12
],
13
"scripts": {
14
"clean": "tsc --build ./tsconfig.json ./tsconfig-cjs.json --clean && rm -rf dist",
15
- "build": "tsc --build ./tsconfig.json ./tsconfig-cjs.json && copy-assets",
+ "build": "tsc --build ./tsconfig.json ./tsconfig-cjs.json && copy-assets && copyfiles package.json dist/",
16
"prepack": "yarn run clean && yarn run build",
17
"storybook": "sb dev"
18
},
0 commit comments