Skip to content

Commit

Permalink
Ana/update submodule to existing one (#206)
Browse files Browse the repository at this point in the history
* update submodule to existing one

* changelog
  • Loading branch information
Bitcoinera authored May 4, 2020
1 parent 3ddf4cb commit 69cb393
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"build:dev": "node ./scripts/check-env-variables.js && cross-env NODE_ENV=development webpack --hide-modules",
"build-zip": "node scripts/build-zip.js",
"initiate-submodule": "git clone https://github.com/luniehq/lunie && yarn update-submodule",
"update-submodule": "cd lunie && git fetch --all && git checkout 1d5fca5 --force && yarn",
"update-submodule": "cd lunie && git fetch --all && git checkout b4d6181 --force && yarn",
"watch": "npm run build -- --watch",
"watch:dev": "cross-env HMR=true npm run build:dev -- --watch",
"test:unit": "jest --coverage",
Expand Down
1 change: 1 addition & 0 deletions pending/ana_update-submodule-to-existing-one
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[Changed] [#206](https://github.com/cosmos/lunie/pull/206) Change the submodule hash to an existing one @Bitcoinera

0 comments on commit 69cb393

Please sign in to comment.