Merge branch 'master' of github.com:standardnotes/web

This commit is contained in:
Mo Bitar
2019-02-11 17:00:47 -06:00

View File

@@ -7,7 +7,7 @@
"url": "https://github.com/standardnotes/web" "url": "https://github.com/standardnotes/web"
}, },
"scripts": { "scripts": {
"build": "bundle install && npm install && bundle exec && grunt", "build": "bundle install && npm install && grunt",
"submodules": "git submodule update --init --force --remote", "submodules": "git submodule update --init --force --remote",
"test": "karma start karma.conf.js --single-run" "test": "karma start karma.conf.js --single-run"
}, },