Skip to content

Commit

Permalink
comment out integrity check for now
Browse files Browse the repository at this point in the history
  • Loading branch information
iamfrank committed Dec 1, 2023
1 parent 39b3238 commit 777c454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build-examples.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ console.log('Updating README')
try {

let readme = await readHTML('README.md')
readme = readme.replaceAll(/@\d\.\d\.\d\//g, `@${pkg.version}/`)
//readme = readme.replaceAll(/@\d\.\d\.\d\//g, `@${pkg.version}/`)
readme = readme.replaceAll(/"sha384-.+"/g, `"${ code_sri_str }"`)
await writeHTML('README.md', readme)

Expand Down

0 comments on commit 777c454

Please sign in to comment.