We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fa8ec7 commit 0578dd2Copy full SHA for 0578dd2
package.json
@@ -9,8 +9,8 @@
9
"types": "./mathjax3/mathjax.d.ts",
10
"scripts": {
11
"make-components": "cd components && bin/makeAll src",
12
- "compile": "npx tsc",
13
- "prepublishOnly": "npx tsc"
+ "compile": "npx tsc && cp mathjax3-ts/input/tex/mhchem/mhchem_parser.* mathjax3/input/tex/mhchem/",
+ "prepublishOnly": "npx tsc && cp mathjax3-ts/input/tex/mhchem/mhchem_parser.* mathjax3/input/tex/mhchem/"
14
},
15
"dependencies": {
16
"mj-context-menu": "^0.2.0",
0 commit comments