Skip to content

Commit

Permalink
Merge pull request #75 from luniehq/fabo/dont-update-submodule
Browse files Browse the repository at this point in the history
Fabo/dont update submodule
  • Loading branch information
faboweb authored Jul 19, 2019
2 parents 15f9f31 + 7723bd1 commit 46476f3
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 @@ -18,7 +18,7 @@
"build": "cross-env NODE_ENV=production webpack --hide-modules && node ./scripts/remove-localhost.js",
"build:dev": "cross-env NODE_ENV=development webpack --hide-modules",
"build-zip": "node scripts/build-zip.js",
"initiate-submodule": "git submodule init && git submodule update && cd ./lunie && git checkout develop && cd ..",
"initiate-submodule": "git submodule init && git submodule update",
"watch": "npm run build -- --watch",
"watch:dev": "cross-env HMR=true npm run build:dev -- --watch",
"test:unit": "jest --coverage ./test/unit/*spec.js ./test/unit/**/*spec.js",
Expand Down
1 change: 1 addition & 0 deletions pending/fabo_dont-update-submodule
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[Repository] Fixed unpredictable build by not updating submodule on init @faboweb

0 comments on commit 46476f3

Please sign in to comment.