0
Fork 0
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:
Alex Sánchez 2024-04-15 10:17:55 +02:00
parent 55f0f67928
commit 79f44b1128
No known key found for this signature in database
GPG key ID: 68A95170EEB87E16

View file

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