File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 54
54
"copy-skia-include-headers" : " yarn rimraf ./cpp/skia/include/ && cp -a ../../externals/skia/include/. ./cpp/skia/include" ,
55
55
"copy-skia-module-headers" : " ts-node ./scripts/copy-skia-module-headers.ts" ,
56
56
"copy-skia-headers" : " yarn copy-skia-include-headers && yarn copy-skia-module-headers" ,
57
- "build-skia" : " yarn build-skia-ios && yarn build-skia-android && yarn copy-skia-headers" ,
57
+ "build-skia" : " yarn rimraf ./libs && yarn build-skia-ios && yarn build-skia-android && yarn copy-skia-headers" ,
58
58
"clang-format" : " yarn clang-format-ios && yarn clang-format-android && yarn clang-format-common" ,
59
59
"clang-format-ios" : " find ios/ -iname '*.h' -o -iname '*.mm' -o -iname '*.cpp' | xargs clang-format -i" ,
60
60
"clang-format-android" : " find android/cpp/ -iname '*.h' -o -iname '*.m' -o -iname '*.cpp' | xargs clang-format -i" ,
You can’t perform that action at this time.
0 commit comments