Skip to content

Commit c470d44

Browse files
committed
fix: run downlevel in sync
1 parent 1ce65ac commit c470d44

File tree

30 files changed

+37
-38
lines changed

30 files changed

+37
-38
lines changed

nx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"build:types": {
4343
"inputs": ["production", "^production"],
44-
"dependsOn": ["^build:types"],
44+
"dependsOn": ["build:transpile", "^build:transpile", "^build:types"],
4545
"outputs": [
4646
"{projectRoot}/build/types",
4747
"{projectRoot}/build/types-ts3.8",

packages/aws-serverless/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@
7979
"@vercel/nft": "^0.29.4"
8080
},
8181
"scripts": {
82-
"build": "run-p build:transpile build:types",
82+
"build": "run-s build:transpile build:types",
8383
"build:layer": "rimraf build/aws && rolldown -c rollup.lambda-extension.config.mjs && yarn ts-node scripts/buildLambdaLayer.ts",
84-
"build:dev": "run-p build:transpile build:types",
84+
"build:dev": "run-s build:transpile build:types",
8585
"build:transpile": "rolldown -c rollup.npm.config.mjs && yarn build:layer",
8686
"build:types": "yarn downlevel-dts build/npm/esm build/npm/types-ts3.8 --to ts3.8",
8787
"build:watch": "run-p build:transpile:watch build:types:watch",

packages/browser-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@sentry/core": "10.30.0"
4343
},
4444
"scripts": {
45-
"build": "run-p build:transpile build:types",
45+
"build": "run-s build:transpile build:types",
4646
"build:dev": "yarn build",
4747
"build:transpile": "rolldown -c rollup.npm.config.mjs",
4848
"build:types": "yarn downlevel-dts build/esm build/types-ts3.8 --to ts3.8",

packages/browser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
"fake-indexeddb": "^6.2.4"
5656
},
5757
"scripts": {
58-
"build": "run-p build:transpile build:bundle build:types",
59-
"build:dev": "run-p build:transpile build:types",
58+
"build": "run-s build:transpile build:types build:bundle",
59+
"build:dev": "run-s build:transpile build:types",
6060
"build:bundle": "rolldown -c rollup.bundle.config.mjs",
6161
"build:transpile": "rolldown -c rollup.npm.config.mjs",
6262
"build:types": "yarn downlevel-dts build/npm/esm build/npm/types-ts3.8 --to ts3.8",

packages/bun/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"bun-types": "^1.2.9"
4747
},
4848
"scripts": {
49-
"build": "run-p build:transpile build:types",
49+
"build": "run-s build:transpile build:types",
5050
"build:dev": "yarn build",
5151
"build:transpile": "rolldown -c rollup.npm.config.mjs",
5252
"build:types": "yarn downlevel-dts build/esm build/types-ts3.8 --to ts3.8",

packages/cloudflare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"wrangler": "4.22.0"
6767
},
6868
"scripts": {
69-
"build": "run-p build:transpile build:types",
69+
"build": "run-s build:transpile build:types",
7070
"build:dev": "yarn build",
7171
"build:transpile": "rolldown -c rollup.npm.config.mjs",
7272
"build:types": "yarn downlevel-dts build/esm build/types-ts3.8 --to ts3.8",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"access": "public"
4040
},
4141
"scripts": {
42-
"build": "run-p build:transpile build:types",
42+
"build": "run-s build:transpile build:types",
4343
"build:dev": "yarn build",
4444
"build:transpile": "rolldown -c rollup.npm.config.mjs",
4545
"build:types": "yarn downlevel-dts build/esm build/types-ts3.8 --to ts3.8",

packages/feedback/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@
4545
"preact": "^10.19.4"
4646
},
4747
"scripts": {
48-
"build": "run-p build:transpile build:types build:bundle",
48+
"build": "run-s build:transpile build:types build:bundle",
4949
"build:transpile": "rolldown -c rollup.npm.config.mjs",
5050
"build:bundle": "rolldown -c rollup.bundle.config.mjs",
51-
"build:dev": "run-p build:transpile build:types",
51+
"build:dev": "run-s build:transpile build:types",
5252
"build:types": "yarn downlevel-dts build/npm/esm build/npm/types-ts3.8 --to ts3.8 && yarn node ./scripts/shim-preact-export.js",
5353
"build:watch": "run-p build:transpile:watch build:bundle:watch build:types:watch",
5454
"build:dev:watch": "run-p build:transpile:watch build:types:watch",

packages/gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"webpack": "^5.0.0"
6161
},
6262
"scripts": {
63-
"build": "run-p build:transpile build:types",
63+
"build": "run-s build:transpile build:types",
6464
"build:dev": "yarn build",
6565
"build:plugin": "tsc -p tsconfig.plugin.json",
6666
"build:transpile": "run-p build:rollup build:plugin",

packages/google-cloud-serverless/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"nock": "^13.5.5"
6060
},
6161
"scripts": {
62-
"build": "run-p build:transpile build:types",
62+
"build": "run-s build:transpile build:types",
6363
"build:dev": "yarn build",
6464
"build:transpile": "rolldown -c rollup.npm.config.mjs",
6565
"build:types": "yarn downlevel-dts build/esm build/types-ts3.8 --to ts3.8",

0 commit comments

Comments
 (0)