mirror of
https://github.com/liriliri/eruda.git
synced 2026-03-24 09:48:37 +08:00
release: v2.5.0
This commit is contained in:
5
.github/workflows/publish.yml
vendored
5
.github/workflows/publish.yml
vendored
@@ -19,7 +19,10 @@ jobs:
|
||||
node-version: '14.x'
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
- name: Build eruda
|
||||
run: npm i && npm run build
|
||||
run: |
|
||||
npm i -g @liriliri/lsla
|
||||
npm i
|
||||
npm run build
|
||||
- name: Publish package on NPM
|
||||
working-directory: dist
|
||||
run: npm publish
|
||||
|
||||
Reference in New Issue
Block a user