Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpapercut committed Feb 1, 2024
1 parent a02a857 commit 90fbcc9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@
"version": "0.0.1",
"description": "Transpile typst math expressions to KaTeX.",
"scripts": {
"start": "cd dist && python3 -m http.server 1234",
"scripts": "webpack --config=scripts.config.js",
"build-wasm": "cd src/core && wasm-pack build --target web --dev -d ../../core",
"build-katex": "cd src/katex && npx webpack",
"build-katex": "cd src/katex && webpack",
"build": "npm run build-wasm && npm run build-katex",
"dev": "npm run build && cd test && npx webpack serve"
"dev": "npm run build && cd test && webpack serve"
},
"main": "wypst.js",
"module": "wypst.js",
Expand Down

0 comments on commit 90fbcc9

Please sign in to comment.