File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed
uikit-react-native-foundation Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2525 "scripts" : {
2626 "test" : " jest" ,
2727 "build" : " bob build" ,
28- "clean" : " del lib"
28+ "clean" : " del lib" ,
29+ "publish:next" : " npm publish --tag next"
2930 },
3031 "repository" : {
3132 "type" : " git" ,
Original file line number Diff line number Diff line change 2828 "test" : " jest" ,
2929 "build" : " bob build" ,
3030 "clean" : " del lib" ,
31+ "publish:next" : " npm publish --tag next" ,
3132 "generate-icons" : " node src/assets/bundle-icons.js"
3233 },
3334 "repository" : {
Original file line number Diff line number Diff line change 3838 "test" : " jest" ,
3939 "build" : " yarn generate-version && bob build" ,
4040 "clean" : " del lib" ,
41+ "publish:next" : " npm publish --tag next" ,
4142 "generate-version" : " node scripts/generate-version.js ./src/version.ts" ,
4243 "create-domain" : " node scripts/create-core-domain"
4344 },
Original file line number Diff line number Diff line change 2424 "scripts" : {
2525 "test" : " jest" ,
2626 "build" : " bob build" ,
27- "clean" : " del lib"
27+ "clean" : " del lib" ,
28+ "publish:next" : " npm publish --tag next"
2829 },
2930 "repository" : {
3031 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments