mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-21 09:04:19 +01:00
skip optional packages publish as they will be published for native package
This commit is contained in:
@@ -1,25 +1,20 @@
|
||||
pack-native:
|
||||
npm publish --dry-run
|
||||
npm pack
|
||||
npm publish --dry-run && npm pack
|
||||
pack-browser:
|
||||
cp package.json package.native.json
|
||||
cp package.browser.json package.json
|
||||
npm publish --dry-run
|
||||
npm pack
|
||||
cp package.native.json package.json
|
||||
npm publish --dry-run && npm pack; cp package.native.json package.json
|
||||
|
||||
publish-native:
|
||||
npm publish --access public
|
||||
publish-browser:
|
||||
cp package.json package.native.json
|
||||
cp package.browser.json package.json
|
||||
npm publish --access public
|
||||
cp package.native.json package.json
|
||||
npm publish --access public; cp package.native.json package.json
|
||||
|
||||
publish-native-next:
|
||||
npm publish --tag next --access public
|
||||
publish-browser-next:
|
||||
cp package.json package.native.json
|
||||
cp package.browser.json package.json
|
||||
npm publish --tag next --access public
|
||||
cp package.native.json package.json
|
||||
npm publish --tag next --access public; cp package.native.json package.json
|
||||
|
||||
Reference in New Issue
Block a user