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 25
25
"scripts" : {
26
26
"test" : " jest" ,
27
27
"build" : " bob build" ,
28
- "clean" : " del lib"
28
+ "clean" : " del lib" ,
29
+ "publish:next" : " npm publish --tag next"
29
30
},
30
31
"repository" : {
31
32
"type" : " git" ,
Original file line number Diff line number Diff line change 28
28
"test" : " jest" ,
29
29
"build" : " bob build" ,
30
30
"clean" : " del lib" ,
31
+ "publish:next" : " npm publish --tag next" ,
31
32
"generate-icons" : " node src/assets/bundle-icons.js"
32
33
},
33
34
"repository" : {
Original file line number Diff line number Diff line change 38
38
"test" : " jest" ,
39
39
"build" : " yarn generate-version && bob build" ,
40
40
"clean" : " del lib" ,
41
+ "publish:next" : " npm publish --tag next" ,
41
42
"generate-version" : " node scripts/generate-version.js ./src/version.ts" ,
42
43
"create-domain" : " node scripts/create-core-domain"
43
44
},
Original file line number Diff line number Diff line change 24
24
"scripts" : {
25
25
"test" : " jest" ,
26
26
"build" : " bob build" ,
27
- "clean" : " del lib"
27
+ "clean" : " del lib" ,
28
+ "publish:next" : " npm publish --tag next"
28
29
},
29
30
"repository" : {
30
31
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments