Merge pull request #223 from DeveloperDavo/master

Run app locally without having to know about grunt
This commit is contained in:
Mo Bitar
2018-08-14 11:21:47 -05:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
"url": "https://github.com/standardnotes/web"
},
"scripts": {
"build": "grunt",
"test": "karma start karma.conf.js --single-run"
},
"devDependencies": {