mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-09 04:58:40 +00:00
fix: update version and SRI in dist/README.md (#2905)
The scope is `fix` to trigger a new release. Co-authored-by: Erik Demaine <edemaine@mit.edu>
This commit is contained in:
@@ -102,7 +102,7 @@
|
|||||||
"clean-install": "yarn clean && yarn",
|
"clean-install": "yarn clean && yarn",
|
||||||
"start": "webpack serve --config webpack.dev.js",
|
"start": "webpack serve --config webpack.dev.js",
|
||||||
"analyze": "webpack --config webpack.analyze.js",
|
"analyze": "webpack --config webpack.analyze.js",
|
||||||
"build": "rimraf dist/ && mkdirp dist && cp README.md dist && rollup -c && webpack",
|
"build": "rimraf dist/ && mkdirp dist && cp README.md dist && rollup -c && webpack && node update-sri.js package dist/README.md",
|
||||||
"watch": "yarn build --watch",
|
"watch": "yarn build --watch",
|
||||||
"postversion": "yarn dist && node update-sri.js package README.md contrib/*/README.md docs/*.md website/pages/index.html",
|
"postversion": "yarn dist && node update-sri.js package README.md contrib/*/README.md docs/*.md website/pages/index.html",
|
||||||
"semantic-release": "semantic-release",
|
"semantic-release": "semantic-release",
|
||||||
|
Reference in New Issue
Block a user