Skip to content

Commit

Permalink
🛠️ CHORE: Add prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
xenokratos committed Jun 10, 2024
1 parent e08d27a commit 044e81d
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,21 @@
"clear": "rm -rf build src/katex-script.* src/katex-style.*",
"compile": "node scripts/prebuild.js",
"build": "yarn clear && yarn compile && tsc",
"release": "yarn build && npm version minor && npm publish"
"release": "yarn build && npm version minor && npm publish",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/beedeez/react-native-katex.git"
},
"keywords": ["KaTeX", "React Native", "WebView", "Math", "TeX", "LaTeX"],
"keywords": [
"KaTeX",
"React Native",
"WebView",
"Math",
"TeX",
"LaTeX"
],
"author": "Beedeez",
"license": "MIT",
"bugs": {
Expand Down

0 comments on commit 044e81d

Please sign in to comment.