mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-15 22:22:51 +00:00
chore: add publish engine actions
This commit is contained in:
parent
546b22d8c8
commit
6dfe8ef223
6
.github/workflows/publish engine.yml
vendored
6
.github/workflows/publish engine.yml
vendored
@ -4,8 +4,8 @@ on:
|
||||
push:
|
||||
# branches:
|
||||
# - 'release/[0-9]+.[0-9]+.[0-9]+-beta'
|
||||
paths:
|
||||
- 'packages/**'
|
||||
# paths:
|
||||
# - 'packages/**'
|
||||
|
||||
jobs:
|
||||
publish-engine:
|
||||
@ -17,7 +17,7 @@ jobs:
|
||||
with:
|
||||
node-version: '14'
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
- run: cd docs && npm install
|
||||
- run: npm install && npm run setup
|
||||
- run: |
|
||||
npm run build
|
||||
- run: npm run pub:prerelease
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user