Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ Scripts:

- `npm run dev` - run a local dev server. Files are served via port 1337. You'll need to hit reload on the Designer Extension for the changes to show up
- `npm run build` - generate a static bundle on the directory root (`bundle.zip`)
- `npm run sync-typings` - Update the typings in the `src` folder based on `node_modules/@webflow/designer-extension-typings'`
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"vite:dev": "vite --port 1337",
"dev": "vite build && concurrently \"webflow extension serve\" \"vite\"",
"build": "vite build && webflow extension bundle",
"sync-dev": "nodemon --watch github/copies --exec \"node github/gh-sync-dev.mjs\"",
"sync-prod": "node github/gh-sync.mjs production",
"sync-typings": "node ./scripts/sync-typings.js",
"preview": "vite preview",
"clean": "rm -rf dist node_modules && npm install",
"postinstall": "node scripts/sync-typings.js"
Expand Down