Skip to content

chore: rework build script for release to get automatically the version #2036

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 24, 2019

Conversation

tbozhikov
Copy link
Contributor

As a summary for the script:
Use this script to pack .tgz for nativescript-angular package. The first passed param can be:

  1. Path to .tgz file - in this case the script replaces the scoped dependency (@nativescript/angular) with it in the package.json file. Then packs.
  2. Tag or exact version - in this case the script does npm install --save-exact to save the exact version (in case if tag). Then packs.
  3. auto-version - this is interpreted by getting version from the scoped package.json file (nativescript-angular folder).

@cla-bot cla-bot bot added the cla: yes label Oct 24, 2019
@tbozhikov tbozhikov merged commit a931b36 into master Oct 24, 2019
@tbozhikov tbozhikov deleted the tbozhikov/fix-build-script-release branch November 12, 2019 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants