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:
parent
5da6a750f1
commit
e4ff737b22
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue