File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" : " " ,
You can’t perform that action at this time.
0 commit comments