Skip to content

Commit 653f0a8

Browse files
committed
ci: fix build script
1 parent 270e5ad commit 653f0a8

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

netlify.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
[build.environment]
2-
NODE_VERSION = "20"
3-
# https://github.com/nodejs/corepack/issues/612#issuecomment-2631462297
4-
COREPACK_INTEGRITY_KEYS = '{"npm":[{"expires":"2025-01-29T00:00:00.000Z","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","keytype":"ecdsa-sha2-nistp256","scheme":"ecdsa-sha2-nistp256","key":"MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE1Olb3zMAFFxXKHiIkQO5cJ3Yhl5i6UPp+IhuteBJbuHcA5UogKo0EWtlWwW6KSaKoTNEYL7JlCQiVnkhBktUgg=="},{"expires":null,"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","keytype":"ecdsa-sha2-nistp256","scheme":"ecdsa-sha2-nistp256","key":"MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEY6Ya7W++7aUPzvMTrezH6Ycx3c+HOKYCcNGybJZSCJq/fd7Qa8uuAKtdIkUQtQiEKERhAmE5lMMJhP8OkDOa2g=="}]}'
2+
NODE_VERSION = "22"
53

64
[build]
7-
command = "pnpm run -r build"
5+
command = "pnpm run build && pnpm run build:playground"
86
publish = "packages/jsx-explorer/dist"

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"scripts": {
88
"dev": "pnpm -C packages/jsx-explorer run dev",
99
"build": "tsdown",
10+
"build:playground": "pnpm -C packages/jsx-explorer build",
1011
"test": "vitest",
1112
"lint": "eslint --cache .",
1213
"format": "prettier --write .",

0 commit comments

Comments
 (0)