diff --git a/package.json b/package.json index bb353fdf..1f532b4e 100644 --- a/package.json +++ b/package.json @@ -30,8 +30,8 @@ "clean": "make clean", "dev": "npm run build && node ./dist/tools/cli/openedx.js dev:shell", "docs": "jsdoc -c jsdoc.json", - "lint": "eslint .; npm run lint:tools; npm --prefix ./test-site run lint", - "lint:fix": "eslint . --fix; npm run lint:fix:tools", + "lint": "eslint . && npm run lint:tools && npm --prefix ./test-site run lint", + "lint:fix": "eslint . --fix && npm run lint:fix:tools", "lint:tools": "cd ./tools && eslint . && cd ..", "lint:fix:tools": "cd ./tools && eslint . --fix && cd ..", "pack": "mkdir -p pack && npm pack --silent --pack-destination pack >/dev/null && mv \"$(ls -t pack/*.tgz | head -n 1)\" pack/openedx-frontend-base.tgz",