File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,10 +16,8 @@ This project is based [ionic-team/ionic-angular-standalone-codemods](https://git
1616
1717## Initialize
1818
19- ** This is beta version.**
20-
2119``` bash
22- npm install @rdlabo/ionic-angular-collect-icons@beta --save-dev
20+ npm install @rdlabo/ionic-angular-collect-icons --save-dev
2321```
2422
2523### 🤖 Automatic Configuration
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ workspaces.forEach(async (workspace) => {
99 const buildPackagePath = path . resolve ( './packages/' + workspace ) ;
1010 await updatePackage ( buildPackagePath + '/package.json' , { version : pkg . version } ) ;
1111 exec (
12- `cd ${ buildPackagePath } && npm publish --tag=beta ` ,
12+ `cd ${ buildPackagePath } && npm publish --access public ` ,
1313 ( err , stdout , stderr ) => {
1414 if ( err ) {
1515 console . error ( err ) ;
You can’t perform that action at this time.
0 commit comments