Skip to content

Commit 1a460d7

Browse files
committed
copy package.json to dist/ folder
1 parent 42e01ea commit 1a460d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/site-admin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"scripts": {
1414
"clean": "tsc --build ./tsconfig.json ./tsconfig-cjs.json --clean && rm -rf dist",
15-
"build": "tsc --build ./tsconfig.json ./tsconfig-cjs.json && copy-assets",
15+
"build": "tsc --build ./tsconfig.json ./tsconfig-cjs.json && copy-assets && copyfiles package.json dist/",
1616
"prepack": "yarn run clean && yarn run build",
1717
"storybook": "sb dev"
1818
},

0 commit comments

Comments
 (0)