You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the last release (5.2.2), the manual release needed some extra commands that are described below:
Before yarn run build command, if there is no tsc (typescript) installed it will fail. Probably it should include a yarn install command before the building command;
Before npm publish out.tgz maybe would be good to comment to login into the npm account using npm login.
The text was updated successfully, but these errors were encountered:
In the last release (5.2.2), the manual release needed some extra commands that are described below:
yarn run build
command, if there is notsc
(typescript
) installed it will fail. Probably it should include ayarn install
command before the building command;npm publish out.tgz
maybe would be good to comment to login into thenpm
account usingnpm login
.The text was updated successfully, but these errors were encountered: