Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Copying sql directory during release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Beddows committed May 3, 2016
1 parent dba2763 commit c8c1e4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ module.exports = function (grunt) {
+ util.format('cp %s/config.json %s && ', __dirname, version_dir)
+ util.format('cp %s/package.json %s && ', __dirname, version_dir)
+ util.format('cp %s/genesisBlock.json %s && ', __dirname, version_dir)
+ util.format('cp -Rf %s/sql %s && ', __dirname, version_dir)
+ util.format('cd %s/public && mkdir -p ./static && ', __dirname)
+ 'npm install && bower install && grunt release && cd ../ && '
+ util.format('cp %s/public/wallet.html %s/public/ && ', __dirname, version_dir)
Expand Down

0 comments on commit c8c1e4f

Please sign in to comment.