We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 77da69f + 34563f9 commit e73e7abCopy full SHA for e73e7ab
package.json
@@ -11,7 +11,7 @@
11
"build": "yarn webpack --config config/webpack.prod.js",
12
"lint:css": "node_modules/.bin/stylelint \"src/scss/**/*.scss\"",
13
"lint:js": "node_modules/.bin/eslint \"src/js/**/*.js\"",
14
- "lint": "node_modules/.bin/concurrently \"yarn lint:css\" \"yarn lint:js\"",
+ "lint": "node_modules/.bin/concurrently \"npx yarn lint:css\" \"npx yarn lint:js\"",
15
"bundle-report": "yarn build && yarn webpack-bundle-analyzer dist/stats.json",
16
"image": "yarn node config/image-sizes.js"
17
},
0 commit comments