Skip to content

Commit e73e7ab

Browse files
authored
Merge pull request #416 from BeAPI/fix/yarn-command-volta
fix yarn path for volta compability
2 parents 77da69f + 34563f9 commit e73e7ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"build": "yarn webpack --config config/webpack.prod.js",
1212
"lint:css": "node_modules/.bin/stylelint \"src/scss/**/*.scss\"",
1313
"lint:js": "node_modules/.bin/eslint \"src/js/**/*.js\"",
14-
"lint": "node_modules/.bin/concurrently \"yarn lint:css\" \"yarn lint:js\"",
14+
"lint": "node_modules/.bin/concurrently \"npx yarn lint:css\" \"npx yarn lint:js\"",
1515
"bundle-report": "yarn build && yarn webpack-bundle-analyzer dist/stats.json",
1616
"image": "yarn node config/image-sizes.js"
1717
},

0 commit comments

Comments
 (0)