0
Fork 0
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:
Juanfran 2024-06-05 09:19:29 +02:00
parent 27c851b439
commit 3fd6bc40dd
3 changed files with 3 additions and 2 deletions

View file

@ -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",

View file

@ -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",

View file

@ -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",