mirror of
https://github.com/penpot/penpot-export.git
synced 2025-02-02 04:08:57 -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": {
|
"scripts": {
|
||||||
"dev": "npm run dev -w penpot-css-export",
|
"dev": "npm run dev -w penpot-css-export",
|
||||||
"build": "npm run build -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…
Add table
Reference in a new issue