Switch npm to Yarn (#1522)

* Add testUrl to jest config

* Switch npm to Yarn
This commit is contained in:
ylemkimon
2018-07-30 03:36:27 +09:00
committed by Kevin Barabash
parent 702b3c807f
commit a76c4b9a2f
16 changed files with 8010 additions and 13106 deletions

View File

@@ -29,7 +29,7 @@ before the close body tag:
```
See [index.html](index.html) for an example.
(To run this example from a clone of the repository, run `npm start`
(To run this example from a clone of the repository, run `yarn start`
in the root KaTeX directory, and then visit
http://localhost:7936/contrib/auto-render/index.html
with your web browser.)

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<!--To run this example from a clone of the repository, run `npm start`
<!--To run this example from a clone of the repository, run `yarn start`
in the root KaTeX directory and then visit with your web browser:
http://localhost:7936/contrib/auto-render/index.html
-->

View File

@@ -26,7 +26,7 @@ will just get the usual HTML copy/paste behavior.
```
See [index.html](index.html) for an example.
(To run this example from a clone of the repository, run `npm start`
(To run this example from a clone of the repository, run `yarn start`
in the root KaTeX directory, and then visit
http://localhost:7936/contrib/copy-tex/index.html
with your web browser.)

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<!--To run this example from a clone of the repository, run `npm start`
<!--To run this example from a clone of the repository, run `yarn start`
in the root KaTeX directory and then visit with your web browser:
http://localhost:7936/contrib/copy-tex/index.html
-->