Skip to content

Commit 3aa4ca7

Browse files
committed
make sure folder exists for build
1 parent 457639a commit 3aa4ca7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/components/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"url": "https://github.com/codesandbox/codesandbox-client",
77
"directory": "packages/components"
88
},
9+
"license": "MIT",
910
"files": [
1011
"lib"
1112
],
@@ -15,7 +16,7 @@
1516
"build": "yarn build:lib",
1617
"build:dev": "yarn build",
1718
"build:lib": "yarn clean && yarn tsc && yarn build:copy-external",
18-
"build:copy-external": "cp -r ../common/lib/design-language lib/ && cp ../common/lib/themes/codesandbox-* lib/themes/",
19+
"build:copy-external": "mkdir -p lib/themes && cp ../common/lib/themes/codesandbox-* lib/themes/",
1920
"build:storybook": "build-storybook -c .storybook -o public",
2021
"clean": "rimraf lib && yarn rimraf node_modules/@types/react && yarn rimraf node_modules/@types/react-native",
2122
"lint": "eslint --ext .js,.ts,.tsx src",

0 commit comments

Comments
 (0)