Skip to content

Commit

Permalink
fixing analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpatpat committed Feb 2, 2018
1 parent 75e69da commit 5844af2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/)

### Fixed
- url to homepage
- analysis package

## [1.7.1] - 2018-02-02
### Added
Expand Down
2 changes: 1 addition & 1 deletion analysis/node-wrapper/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion analysis/node-wrapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"version": "1.7.1",
"description": "MaibornWolff CodeCharta Analysis Tools",
"scripts": {
"prepare": "../gradlew -p .. installDist && ../build/install/codecharta-analysis/ccsh install && cp -R ../build/install/codecharta-analysis public"
"prepare": "rm -rf ../build/install/codecharta-analysis public && ../gradlew -p .. installDist && ../build/install/codecharta-analysis/ccsh install && cp -R ../build/install/codecharta-analysis public"
},
"bin": {
"ccsh": "public/ccsh"
Expand Down

0 comments on commit 5844af2

Please sign in to comment.