mirror of
https://github.com/penpot/penpot-plugins.git
synced 2025-01-08 16:00:27 -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",
|
"projectType": "application",
|
||||||
"prefix": "app",
|
"prefix": "app",
|
||||||
"sourceRoot": "apps/rename-layers-plugin/src",
|
"sourceRoot": "apps/rename-layers-plugin/src",
|
||||||
"tags": [],
|
"tags": ["type:plugin"],
|
||||||
"targets": {
|
"targets": {
|
||||||
"build": {
|
"build": {
|
||||||
"executor": "@angular-devkit/build-angular:application",
|
"executor": "@angular-devkit/build-angular:application",
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"projectType": "application",
|
"projectType": "application",
|
||||||
"prefix": "app",
|
"prefix": "app",
|
||||||
"sourceRoot": "apps/table-plugin/src",
|
"sourceRoot": "apps/table-plugin/src",
|
||||||
"tags": [],
|
"tags": ["type:plugin"],
|
||||||
"targets": {
|
"targets": {
|
||||||
"build": {
|
"build": {
|
||||||
"executor": "@angular-devkit/build-angular:application",
|
"executor": "@angular-devkit/build-angular:application",
|
||||||
|
|
|
@ -16,6 +16,7 @@
|
||||||
"start:plugin:table": "npx nx run table-plugin:init",
|
"start:plugin:table": "npx nx run table-plugin:init",
|
||||||
"start:plugin:renamelayers": "npx nx run rename-layers-plugin:init",
|
"start:plugin:renamelayers": "npx nx run rename-layers-plugin:init",
|
||||||
"build": "npx nx build plugins-runtime --emptyOutDir=true",
|
"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": "nx run-many --all --target=lint --parallel",
|
||||||
"lint:affected": "npx nx affected --target=lint",
|
"lint:affected": "npx nx affected --target=lint",
|
||||||
"test": "nx run-many -t test --parallel -p plugins-runtime lorem-ipsum-plugin",
|
"test": "nx run-many -t test --parallel -p plugins-runtime lorem-ipsum-plugin",
|
||||||
|
|
Loading…
Reference in a new issue