remove symlink to support devs using Windows (#1090)

This commit is contained in:
Kevin Barabash
2018-01-28 23:01:57 -05:00
committed by GitHub
parent 0eae99fb08
commit bf080cd6a4
6 changed files with 4 additions and 68 deletions

View File

@@ -54,7 +54,7 @@
},
"bin": "cli.js",
"scripts": {
"lint": "eslint katex.js katex.webpack.js cli.js webpack.common.js webpack.config.js webpack.dev.js src test contrib dockers && stylelint static/fonts.less static/katex.less",
"lint": "eslint katex.js katex.webpack.js cli.js webpack.common.js webpack.config.js webpack.dev.js src test contrib dockers && stylelint static/katex.less",
"flow": "flow",
"jest": "jest",
"jest-update": "jest --updateSnapshot",