Skip to content

Commit

Permalink
fix: try fix cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
mariojsnunes committed Jun 3, 2024
1 parent 3eca976 commit 90b5bb9
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 25 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"build:themes": "yarn workspace oa-themes build",
"build:components": "yarn workspace oa-components build",
"build:vite": "tsc && vite build",
"build:post": "yarn workspace oa-scripts post-cra-build",
"build:post": "yarn workspace oa-scripts post-build",
"build:inject-config": "yarn build:post",
"build:shared": "yarn workspace oa-shared build",
"build": "yarn build:themes && yarn build:components && yarn build:shared && yarn build:vite",
Expand Down Expand Up @@ -212,4 +212,4 @@
"node": ">=20"
},
"packageManager": "yarn@3.6.4"
}
}
1 change: 0 additions & 1 deletion packages/cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"dotenv": "^10.0.0",
"fs-extra": "^11.2.0",
"ts-node": "^10.9.2",
"tsx": "^4.11.0",
"typescript": "^5.1.6",
"wait-on": "^7.2.0",
"wait-port": "^1.1.0"
Expand Down
4 changes: 2 additions & 2 deletions scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "1.0.0",
"type": "module",
"scripts": {
"install:clean": "ts-node ./installClean.ts",
"post-cra-build": "ts-node ./postBuild.ts"
"install:clean": "node --loader ts-node/esm ./installClean.ts",
"post-build": "node --loader ts-node/esm ./postBuild.mts"
},
"dependencies": {
"cheerio": "^1.0.0-rc.10",
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion scripts/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true
},
"include": ["**/*.ts"],
"include": ["**/*.ts", "postBuild.mts"],
"typeRoots": ["node_modules/@types"]
}
21 changes: 2 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15362,7 +15362,7 @@ __metadata:
languageName: node
linkType: hard

"esbuild@npm:^0.20.1, esbuild@npm:~0.20.2":
"esbuild@npm:^0.20.1":
version: 0.20.2
resolution: "esbuild@npm:0.20.2"
dependencies:
Expand Down Expand Up @@ -17653,7 +17653,7 @@ __metadata:
languageName: node
linkType: hard

"get-tsconfig@npm:^4.5.0, get-tsconfig@npm:^4.7.5":
"get-tsconfig@npm:^4.5.0":
version: 4.7.5
resolution: "get-tsconfig@npm:4.7.5"
dependencies:
Expand Down Expand Up @@ -23740,7 +23740,6 @@ __metadata:
fs-extra: ^11.2.0
oa-shared: "workspace:*"
ts-node: ^10.9.2
tsx: ^4.11.0
typescript: ^5.1.6
wait-on: ^7.2.0
wait-port: ^1.1.0
Expand Down Expand Up @@ -29931,22 +29930,6 @@ __metadata:
languageName: node
linkType: hard

"tsx@npm:^4.11.0":
version: 4.11.0
resolution: "tsx@npm:4.11.0"
dependencies:
esbuild: ~0.20.2
fsevents: ~2.3.3
get-tsconfig: ^4.7.5
dependenciesMeta:
fsevents:
optional: true
bin:
tsx: dist/cli.mjs
checksum: 677b415cec06f1b0da67877ecf8ac6260cb97a0779f0f4492ad49b750f019bb184016b8502e6c83e50dc2a673106b7d0bb109d799328826c145a0e336d67da2d
languageName: node
linkType: hard

"tunnel-agent@npm:^0.6.0":
version: 0.6.0
resolution: "tunnel-agent@npm:0.6.0"
Expand Down

0 comments on commit 90b5bb9

Please sign in to comment.