Skip to content

Commit

Permalink
Add install script to link mathjax-full
Browse files Browse the repository at this point in the history
  • Loading branch information
dpvc committed Apr 22, 2023
1 parent ea0a580 commit dc2cdbd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@
"make-components": "cd components && node bin/makeAll src | grep --line-buffered 'Building\\|Webpacking\\|Copying\\|npx'",
"premake-mml3-xslt": "cd ts/input/mathml/mml3 && grep '^\\s*\\(<\\|or\\|xmlns\\|excl\\|\">\\)' mml3.ts > mml3.xsl",
"make-mml3-xslt": "cd ts/input/mathml/mml3 && npx xslt3 -t -xsl:mml3.xsl -export:mml3.sef.json -nogo",
"postmake-mml3-xslt": "npx rimraf ts/input/mathml/mml3/mml3.xsl"
"postmake-mml3-xslt": "npx rimraf ts/input/mathml/mml3/mml3.xsl",
"link:mathjax-full": "node -e 'require(\"fs\").symlinkSync(process.cwd(), \"node_modules/mathjax-full\")'",
"install": "npm run -s link:mathjax-full"
},
"devDependencies": {
"@babel/core": "^7.17.12",
Expand Down

0 comments on commit dc2cdbd

Please sign in to comment.