Skip to content

Commit

Permalink
Merge pull request #17 from reportportal/develop
Browse files Browse the repository at this point in the history
5.0.1
  • Loading branch information
AmsterGet authored Oct 5, 2021
2 parents 55d38bd + 976a6cd commit 6205915
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- name: Clean install of node dependencies
run: npm ci
- name: Build the source code
run: npm run build
- name: Publish to NPM
run: |
npm config set //registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN
Expand Down
13 changes: 11 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
coverage
build/__tests__/
# configs
tsconfig.json
.gitignore
.editorconfig
.eslintignore
.prettierrc

# tests
src/__tests__
build/__tests__/
/coverage

# workflow files
.github/
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
### Fixed
- Compiled source code provided

## [5.0.0] - 2021-10-05
### Added
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.0
5.0.1-SNAPSHOT

0 comments on commit 6205915

Please sign in to comment.