We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7476fdf commit 5caee44Copy full SHA for 5caee44
.github/workflows/publish.yml
@@ -37,9 +37,4 @@ jobs:
37
pnpm -s build-all
38
39
- name: Publish to npmjs
40
- run: npm publish --provenance
41
-
42
-# run: pnpm publish --access public --no-git-checks
43
-# env:
44
-# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
45
+ run: pnpm publish --provenance --no-git-checks
package.json
@@ -20,7 +20,7 @@
20
},
21
"repository": {
22
"type": "git",
23
- "url": "git+https://github.com/mathjax/Mathjax-src.git"
+ "url": "https://github.com/mathjax/Mathjax-src"
24
25
"type": "module",
26
"main": "components/mjs/node-main/node-main.js",
0 commit comments