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:
parent
d8a4b33d2b
commit
e42be8ea53
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue