Skip to content

Commit

Permalink
Removed submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
mrzapp committed Feb 9, 2021
1 parent 001931a commit bf778b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build:frontend": "webpack --progress",
"watch:frontend": "webpack --watch --progress",
"start": "npm run build:frontend && node hashbrown.js",
"update": "git pull && git submodule update --recursive --init && npm install && npm run build:frontend",
"update": "git pull && npm install && npm run build:frontend",
"watch:nodemon": "nodemon hashbrown.js",
"db:docker": "cd ./docker && sudo docker-compose exec mongodb mongo",
"restart:docker": "cd ./docker && sudo docker-compose restart",
Expand Down

0 comments on commit bf778b8

Please sign in to comment.