mirror of
https://github.com/penpot/penpot-exporter-figma-plugin.git
synced 2024-12-22 13:43:03 -05:00
remove webpack watch
This commit is contained in:
parent
55f0f67928
commit
79f44b1128
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@
|
|||
"build:ui": "vite build --minify esbuild --emptyOutDir=false",
|
||||
"build:watch": "concurrently -n widget,iframe \"npm run build:main -- --watch\" \"npm run build:ui -- --watch\"",
|
||||
"dev": "concurrently -n tsc,build,vite 'npm:tsc:watch' 'npm:build:watch' 'vite'",
|
||||
"watch": "webpack watch",
|
||||
"lint": "concurrently \"npm:lint:*\"",
|
||||
"lint:eslint": "eslint .",
|
||||
"lint:stylelint": "stylelint ui-src/**.css",
|
||||
|
|
Loading…
Reference in a new issue