0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-06 14:50:21 -05:00

fix: added script to package.json

This commit is contained in:
Marina López 2024-02-27 11:51:37 +01:00
parent 5da6a750f1
commit e4ff737b22

View file

@ -6,6 +6,7 @@
"start": "npx nx run plugins-runtime:serve-static --port 4200",
"start:example": "npx nx run example-plugin:serve-static --port 4201",
"start:rpc-api": "npx nx serve rpc-api",
"start:styles-example": "npx nx run example-styles:serve --port 4202",
"build": "npx nx build plugins-runtime --emptyOutDir=true",
"lint": "nx run-many --all --target=lint --parallel",
"lint:affected": "npx nx affected --target=lint",