File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " create-analog" ,
3- "version" : " 0.2.64 " ,
3+ "version" : " 1.0.0-beta.0 " ,
44 "type" : " module" ,
55 "license" : " MIT" ,
66 "author" : " Brandon Roberts" ,
Original file line number Diff line number Diff line change 11#! /bin/bash
22echo " Publishing to $RELEASE_TAG "
3- npm config set //registry.npmjs.org/:_authToken=$NPM_TOKEN
4- npm publish node_modules/@analogjs/astro-angular --access public --tag $RELEASE_TAG --dry-run
5- npm publish node_modules/@analogjs/content --access public --tag $RELEASE_TAG --dry-run
6- npm publish node_modules/@analogjs/platform --access public --tag $RELEASE_TAG --dry-run
7- npm publish node_modules/@analogjs/router --access public --tag $RELEASE_TAG --dry-run
8- npm publish node_modules/@analogjs/trpc --access public --tag $RELEASE_TAG --dry-run
9- npm publish node_modules/@analogjs/vite-plugin-angular --access public --tag $RELEASE_TAG --dry-run
10- npm publish node_modules/@analogjs/vite-plugin-nitro --access public --tag $RELEASE_TAG --dry-run
11- # npm publish dist/packages/create-analog --tag $RELEASE_TAG --dry-run
3+ # npm config set //registry.npmjs.org/:_authToken=$NPM_TOKEN
4+ npm publish node_modules/@analogjs/astro-angular --access public --tag $RELEASE_TAG
5+ npm publish node_modules/@analogjs/content --access public --tag $RELEASE_TAG
6+ npm publish node_modules/@analogjs/platform --access public --tag $RELEASE_TAG
7+ npm publish node_modules/@analogjs/router --access public --tag $RELEASE_TAG
8+ npm publish node_modules/@analogjs/trpc --access public --tag $RELEASE_TAG
9+ npm publish node_modules/@analogjs/vite-plugin-angular --access public --tag $RELEASE_TAG
10+ npm publish node_modules/@analogjs/vite-plugin-nitro --access public --tag $RELEASE_TAG
11+ npm publish dist/packages/create-analog --tag $RELEASE_TAG
You can’t perform that action at this time.
0 commit comments