mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-02-11 14:20:07 +08:00
feat: Add build scripts for plugings.
This commit is contained in:
parent
0ab9013754
commit
d37db36280
@ -32,6 +32,10 @@
|
||||
"scripts": {
|
||||
"build": "lerna run build",
|
||||
"build:dev": "NODE_ENV=development lerna run build",
|
||||
"build:plugins": "yarn build:blocks && yarn build:connections && yarn build:operators",
|
||||
"build:blocks": "lerna run --scope '@lowdefy/blocks-*' build",
|
||||
"build:connections": "lerna run --scope '@lowdefy/connection-*' build",
|
||||
"build:operators": "lerna run --scope '@lowdefy/operators-*' build",
|
||||
"clean": "lerna run clean",
|
||||
"lerna:version": "lerna version --no-git-tag-version",
|
||||
"lerna:publish": "lerna publish from-git",
|
||||
|
Loading…
Reference in New Issue
Block a user