Skip to content

Commit

Permalink
Update test command to remove yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
sallar committed Jul 19, 2017
1 parent 2eff355 commit b86425f
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 @@ -6,7 +6,7 @@
"main": "app/dist/app.js",
"scripts": {
"clean": "rimraf ./app/node_modules",
"test": "ava && yarn lint",
"test": "ava && npm run lint",
"lint": "eslint ./src ./config",
"build:main": "cross-env NODE_ENV=production webpack --config ./config/webpack.config.electron --progress --colors",
"build:renderer": "cross-env NODE_ENV=production webpack --config ./config/webpack.config.production --progress --colors",
Expand Down

0 comments on commit b86425f

Please sign in to comment.