Skip to content
This repository was archived by the owner on Jan 22, 2018. It is now read-only.

Commit d4b7f13

Browse files
author
Kamil Kisiela
committed
chore: double &
1 parent de2d3c1 commit d4b7f13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"scripts": {
77
"build:dist": "webpack --progress --colors --set-env-NODE_ENV=development",
88
"build:prod": "webpack --progress --colors --set-env-NODE_ENV=production",
9-
"build": "npm run build:dist & npm run build:prod",
9+
"build": "npm run build:dist && npm run build:prod",
1010
"lint:src": "eslint src/**/*.js",
1111
"lint:tests": "eslint tests/**/*.js --no-ignore",
12-
"lint": "npm run lint:src & npm run lint:tests",
12+
"lint": "npm run lint:src && npm run lint:tests",
1313
"coverage:codecov": "cat ./coverage/lcov.info | node_modules/.bin/codecov",
1414
"coverage:coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
1515
"coverage:codacy": "cat ./coverage/lcov.info | ./node_modules/.bin/codacy-coverage",

0 commit comments

Comments
 (0)