Skip to content

Commit

Permalink
fix build in different PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe committed Jul 26, 2024
1 parent 5c56be2 commit d9be6d3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"!packages/create-redwood-rsc-app"
],
"scripts": {
"build": "nx run-many -t build && yarn build:crwrsca",
"build:crwrsca": "yarn --cwd packages/create-redwood-rsc-app build",
"build": "nx run-many -t build",
"build:clean": "node ./tasks/clean.mjs",
"build:clean:super": "git clean -fdx && yarn && yarn build",
"build:pack": "nx run-many -t build:pack",
Expand All @@ -29,8 +28,7 @@
"install:ci": "concurrently -g -c auto -n install:fw:ci \"yarn install --inline-builds\" npm:install:crwrsca:ci",
"install:crwrsca": "yarn --cwd packages/create-redwood-rsc-app install",
"install:crwrsca:ci": "yarn --cwd packages/create-redwood-rsc-app install --inline-builds",
"lint": "yarn lint:fw && yarn lint:crwrsca",
"lint:c": "concurrently -c auto npm:lint:fw npm:lint:crwrsca",
"lint": "concurrently -c auto npm:lint:fw npm:lint:crwrsca",
"lint:crwrsca": "yarn --cwd packages/create-redwood-rsc-app run lint",
"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",
Expand Down

0 comments on commit d9be6d3

Please sign in to comment.