Commit 2603e688 authored by JC Brand's avatar JC Brand

Fixes #899: Only touch `stamp-npm` if `npm install` was successful

parent 4c853bff
...@@ -41,6 +41,7 @@ ...@@ -41,6 +41,7 @@
- Bookmark icon shown in the open rooms list when `allow_bookmarks` is to `false`. - Bookmark icon shown in the open rooms list when `allow_bookmarks` is to `false`.
- It wasn't possible to add or remove bookmarks via the "Open Rooms" list. - It wasn't possible to add or remove bookmarks via the "Open Rooms" list.
- #879 Text in links are converted to smileys leading to non-clickable links. - #879 Text in links are converted to smileys leading to non-clickable links.
- #899: Only touch `stamp-npm` if `npm install` was successful
- #902 `make build` dependends on non-existing files - #902 `make build` dependends on non-existing files
## 3.1.1 (2017-07-12) ## 3.1.1 (2017-07-12)
......
...@@ -100,8 +100,7 @@ release: ...@@ -100,8 +100,7 @@ release:
## Install dependencies ## Install dependencies
stamp-npm: package.json stamp-npm: package.json
npm install npm install && touch stamp-npm
touch stamp-npm
stamp-bundler: Gemfile stamp-bundler: Gemfile
mkdir -p .bundle mkdir -p .bundle
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment