Skip to content

Commit 1a1701a

Browse files
committed
chore: added publish:next script
1 parent 4be768c commit 1a1701a

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

packages/uikit-chat-hooks/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
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",

packages/uikit-react-native-foundation/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
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": {

packages/uikit-react-native/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
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
},

packages/uikit-utils/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
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",

0 commit comments

Comments
 (0)