Skip to content

Commit c917c2a

Browse files
authored
Merge pull request #307 from knockout/fix/docs-build-strip-types
Fix docs build: remove NODE_OPTIONS strip-types flag
2 parents 2ac5909 + 58e5ee9 commit c917c2a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

tko.io/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"scripts": {
77
"postinstall": "patch-package",
88
"prebuild": "node ./scripts/generate-verified-behaviors.mjs && mkdir -p public/lib && cd ../builds/knockout && make browser && cp dist/browser.min.js ../../tko.io/public/lib/ko.js && cd ../reference && make browser && cp dist/browser.min.js ../../tko.io/public/lib/tko.js",
9-
"predev": "npm run prebuild",
10-
"dev": "ASTRO_TELEMETRY_DISABLED=1 NODE_OPTIONS=--experimental-strip-types astro dev",
11-
"build": "ASTRO_TELEMETRY_DISABLED=1 NODE_OPTIONS=--experimental-strip-types astro build --force",
12-
"preview": "ASTRO_TELEMETRY_DISABLED=1 NODE_OPTIONS=--experimental-strip-types astro preview",
13-
"check": "ASTRO_TELEMETRY_DISABLED=1 NODE_OPTIONS=--experimental-strip-types astro check"
9+
"predev": "bun run prebuild",
10+
"dev": "ASTRO_TELEMETRY_DISABLED=1 astro dev",
11+
"build": "ASTRO_TELEMETRY_DISABLED=1 astro build --force",
12+
"preview": "ASTRO_TELEMETRY_DISABLED=1 astro preview",
13+
"check": "ASTRO_TELEMETRY_DISABLED=1 astro check"
1414
},
1515
"keywords": ["tko", "knockout", "documentation"],
1616
"author": "",

0 commit comments

Comments
 (0)