File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 setup :
99 runs-on : ubuntu-latest
1010 name : Build and publish MathJax
11+ permissions :
12+ contents : read
13+ id-token : write
1114 steps :
1215 - name : Checkout
1316 uses : actions/checkout@v4
1720 with :
1821 version : 10
1922 run_install : false
23+ registry-url : ' https://registry.npmjs.org'
2024
2125 - name : Install packages
22- run : pnpm -s i
26+ run : pnpm i
2327
2428 - name : Build MathJax
2529 run : |
3034 - name : Publish to npm
3135 env :
3236 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
33- run : pnpm -s publish --access public
37+ run : pnpm publish --access public
3438
Original file line number Diff line number Diff line change 3737 pnpm -s copy:pkg cjs
3838
3939 - name : Build tests
40- run : pnpm -s tsc -p testsuite/tsconfig.json
40+ run : pnpm tsc -p testsuite/tsconfig.json
4141
4242 - name : Run tests
4343 run : pnpm -s test:gh
You can’t perform that action at this time.
0 commit comments