Skip to content

Commit 5caee44

Browse files
committed
Update publish task and package.json now that the publish workflow works
1 parent 7476fdf commit 5caee44

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,4 @@ jobs:
3737
pnpm -s build-all
3838
3939
- 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-
40+
run: pnpm publish --provenance --no-git-checks

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"repository": {
2222
"type": "git",
23-
"url": "git+https://github.com/mathjax/Mathjax-src.git"
23+
"url": "https://github.com/mathjax/Mathjax-src"
2424
},
2525
"type": "module",
2626
"main": "components/mjs/node-main/node-main.js",

0 commit comments

Comments
 (0)