Skip to content

Commit

Permalink
actually fix outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
astone123 committed Aug 8, 2023
1 parent 36a5833 commit 0e4b07e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"clean": "node ./scripts/clean.js",
"prebuild": "yarn postinstall && node ./scripts/start-build.js",
"build": "node ./scripts/build.js",
"copy-packages": "node ./scripts/post-build.js",
"dtslint": "dtslint types",
"postinstall": "patch-package && node ./scripts/post-install.js",
"size": "t=\"cypress-v0.0.0.tgz\"; yarn pack --filename \"${t}\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";",
Expand Down
4 changes: 3 additions & 1 deletion npm/cypress-schematic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@
"targets": {
"build": {
"outputs": [
"{workspaceRoot}/src/**/*.{js,d.ts,js.map}"
"{projectRoot}/src/**/*.js",
"{projectRoot}/src/**/*.d.ts",
"{projectRoot}/src/**/*.js.map"
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
],
"types": "index.d.ts",
"nx": {
"target": {
"targets": {
"build": {
"outputs": [
"{projectRoot}/cypress",
Expand Down

0 comments on commit 0e4b07e

Please sign in to comment.