Skip to content

Commit

Permalink
updates npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Lasha Tsintsabadze committed Jun 26, 2018
1 parent 28ed8cb commit 4b2aeed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -5,8 +5,8 @@
"main": "lib/veriff.js",
"scripts": {
"build": "webpack",
"dev": "webpack --progress --colors --watch",
"test": "./node_modules/karma/bin/karma start ./scripts/karma.conf.js"
"dev": "webpack --progress --colors --watch --config webpack/prod.config.js",
"test": "./node_modules/karma/bin/karma start ./scripts/karma.conf.js --config webpack/prod.config.js"
},
"author": "Ilia Aphtsiauri <ilia@veriff.me> (https://github.com/iaptsiauri)",
"keywords": [
Expand Down

0 comments on commit 4b2aeed

Please sign in to comment.