Skip to content

Commit

Permalink
lint cross-env
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe committed Jul 26, 2024
1 parent 15fdd8e commit 5c56be2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"lint": "yarn lint:fw && yarn lint:crwrsca",
"lint:c": "concurrently -c auto npm:lint:fw npm:lint:crwrsca",
"lint:crwrsca": "yarn --cwd packages/create-redwood-rsc-app run lint",
"lint:fw": "RWJS_CWD=packages/create-redwood-app/templates/ts eslint --config .eslintrc.js --ignore-pattern Routes.jsx --ignore-pattern create-redwood-rsc-app packages",
"lint:fw": "cross-env RWJS_CWD=packages/create-redwood-app/templates/ts eslint --config .eslintrc.js --ignore-pattern Routes.jsx --ignore-pattern create-redwood-rsc-app packages",
"lint:fix": "yarn lint --fix",
"project:copy": "node ./tasks/framework-tools/frameworkFilesToProject.mjs",
"project:deps": "node ./tasks/framework-tools/frameworkDepsToProject.mjs",
Expand Down Expand Up @@ -92,6 +92,7 @@
"boxen": "5.1.2",
"concurrently": "8.2.2",
"core-js": "3.37.1",
"cross-env": "7.0.3",
"cypress": "13.13.1",
"cypress-fail-fast": "7.1.0",
"cypress-wait-until": "3.0.2",
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26514,6 +26514,7 @@ __metadata:
boxen: "npm:5.1.2"
concurrently: "npm:8.2.2"
core-js: "npm:3.37.1"
cross-env: "npm:7.0.3"
cypress: "npm:13.13.1"
cypress-fail-fast: "npm:7.1.0"
cypress-wait-until: "npm:3.0.2"
Expand Down

0 comments on commit 5c56be2

Please sign in to comment.