Skip to content

Commit a43a2d3

Browse files
committed
Add events and simulation extraction to extract-all script
1 parent 3745349 commit a43a2d3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
"type": "module",
66
"scripts": {
77
"extract-blocks": "python scripts/extract-blocks.py",
8-
"extract-all": "npm run extract-blocks",
8+
"extract-events": "python scripts/extract-events.py",
9+
"extract-simulation": "python scripts/extract-simulation.py",
10+
"extract-all": "npm run extract-blocks && npm run extract-events && npm run extract-simulation",
911
"check-generated": "node scripts/check-generated.js",
1012
"examples": "node scripts/generate-examples-manifest.js",
1113
"dev": "npm run examples && vite dev",

0 commit comments

Comments
 (0)