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

build(workspace): fix demo npm script

This commit is contained in:
Roberto Redradix 2023-08-22 11:32:24 +02:00
parent d8a4b33d2b
commit e42be8ea53

View file

@ -7,6 +7,6 @@
"scripts": {
"dev": "npm run dev -w penpot-css-export",
"build": "npm run build -w penpot-css-export",
"demo": "npm run generate-css -w demo-svelte"
"demo": "npm run generate-css -w demo"
}
}