File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 66 "url" : " https://github.com/codesandbox/codesandbox-client" ,
77 "directory" : " packages/components"
88 },
9+ "license" : " MIT" ,
910 "files" : [
1011 " lib"
1112 ],
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" ,
You can’t perform that action at this time.
0 commit comments