Skip to content

Commit

Permalink
Force update npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Apr 5, 2016
1 parent 1d6d016 commit 9047499
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions c2cgeoportal/scripts/c2ctool.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ def step1(self):
check_call(["git", "diff", "CONST_CHANGELOG.txt"], stdout=diff_file)
diff_file.close()

check_call(["make", "-f", self.options.file, "update-node-modules"])
check_call(["make", "-f", self.options.file, ".build/requirements.timestamp"])

print("")
Expand Down

0 comments on commit 9047499

Please sign in to comment.