mirror of
https://github.com/penpot/penpot-plugins.git
synced 2025-01-06 14:50:21 -05:00
feat: build all plugins
This commit is contained in:
parent
27c851b439
commit
3fd6bc40dd
3 changed files with 3 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
"projectType": "application",
|
||||
"prefix": "app",
|
||||
"sourceRoot": "apps/rename-layers-plugin/src",
|
||||
"tags": [],
|
||||
"tags": ["type:plugin"],
|
||||
"targets": {
|
||||
"build": {
|
||||
"executor": "@angular-devkit/build-angular:application",
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"projectType": "application",
|
||||
"prefix": "app",
|
||||
"sourceRoot": "apps/table-plugin/src",
|
||||
"tags": [],
|
||||
"tags": ["type:plugin"],
|
||||
"targets": {
|
||||
"build": {
|
||||
"executor": "@angular-devkit/build-angular:application",
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
"start:plugin:table": "npx nx run table-plugin:init",
|
||||
"start:plugin:renamelayers": "npx nx run rename-layers-plugin:init",
|
||||
"build": "npx nx build plugins-runtime --emptyOutDir=true",
|
||||
"build:plugins": "npx nx run-many -t build --parallel -p tag:type:plugin --exclude=poc-state-plugin",
|
||||
"lint": "nx run-many --all --target=lint --parallel",
|
||||
"lint:affected": "npx nx affected --target=lint",
|
||||
"test": "nx run-many -t test --parallel -p plugins-runtime lorem-ipsum-plugin",
|
||||
|
|
Loading…
Reference in a new issue