File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 77 "prebuild" : " yarn build:ts" ,
88 "build" : " node ./scripts/build.js" ,
99 "build:ts" : " node ./scripts/buildTs.js" ,
10- "build-clean" : " rm -rf ./packages/*/build ./packages/*/tsconfig.tsbuildinfo" ,
10+ "build-clean" : " rm -rf ./packages/*/build" ,
11+ "build-clean-with-ts-cache" : " rm -rf ./packages/*/build ./packages/*/tsconfig.tsbuildinfo" ,
1112 "watch" : " node ./scripts/watch.js" ,
1213 "test" : " jest" ,
1314 "test:ci:unit" : " jest packages --ci --coverage" ,
1617 "test:ci:cocoapods" : " ruby packages/platform-ios/native_modules.rb" ,
1718 "flow-check" : " flow check" ,
1819 "postinstall" : " yarn build" ,
19- "publish" : " yarn build-clean && yarn build && lerna publish"
20+ "publish" : " yarn build-clean && yarn install && lerna publish"
2021 },
2122 "dependencies" : {
2223 "@babel/core" : " ^7.0.0" ,
You can’t perform that action at this time.
0 commit comments