Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
patroza committed Jan 5, 2025
1 parent 67023f8 commit 68e24f8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/effect-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
},
"scripts": {
"watch": "pnpm build:tsc -w",
"build:tsc": "pnpm clean-dist && effect-app-cli packagejson tsc --build",
"build:tsc": "pnpm clean-dist && tsc --build",
"build": "pnpm build:tsc && cp -f ./src/internal/Prelude.* ./dist/internal",
"watch2": "pnpm clean-dist && NODE_OPTIONS=--max-old-space-size=6144 tsc -w",
"clean": "rm -rf dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@
},
"scripts": {
"watch": "pnpm build:tsc -w",
"build:tsc": "pnpm clean-dist && effect-app-cli packagejson tsc --build",
"build:tsc": "pnpm clean-dist && tsc --build",
"build": "pnpm build:tsc",
"watch2": "pnpm clean-dist && NODE_OPTIONS=--max-old-space-size=6144 tsc -w",
"clean": "rm -rf dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/pnpm-singleton/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"watch": "pnpm build:tsc -w",
"build:tsc": "pnpm clean-dist && effect-app-cli packagejson tsc --build",
"build:tsc": "pnpm clean-dist && tsc --build",
"build": "pnpm build:tsc && pnpm build2:cjs",
"build2:cjs": "rm -rf _cjs && babel dist --config-file ../../.babel.cjs.json --out-dir _cjs --out-file-extension .cjs --source-maps",
"watch2": "pnpm clean-dist && NODE_OPTIONS=--max-old-space-size=6144 tsc -w",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
},
"scripts": {
"watch": "pnpm build:tsc -w",
"build:tsc": "pnpm clean-dist && effect-app-cli packagejson tsc --build",
"build:tsc": "pnpm clean-dist && tsc --build",
"build": "pnpm build:tsc",
"watch2": "pnpm clean-dist && NODE_OPTIONS=--max-old-space-size=6144 tsc -w",
"clean": "rm -rf dist",
Expand Down

0 comments on commit 68e24f8

Please sign in to comment.