We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7efee80 commit 2366c51Copy full SHA for 2366c51
packages/latex2vue/package.json
@@ -35,7 +35,8 @@
35
"scripts": {
36
"build:main": "BABEL_ENV=production babel src --out-dir main --delete-dir-on-start",
37
"build:module": "MODULE=true babel src --out-dir module --delete-dir-on-start",
38
- "build": "npm run build:module && npm run build:main",
+ "build": "npm run build:module && npm run build:main && npm run copy",
39
+ "copy": "cp src/latex.vue main/ && cp src/latex.vue module/ && cp -r src/components main/ && cp -r src/components module/",
40
"prepare": "npm run build",
41
"lint": "npm run lint:js && npm run lint:style",
42
"lint:js": "eslint src --ext .js",
@@ -78,4 +79,4 @@
78
79
"latex2js-mathjax": "^2.0.0",
80
"latex2js-pstricks": "^2.0.0"
81
}
-}
82
+}
0 commit comments