We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3745349 commit a43a2d3Copy full SHA for a43a2d3
1 file changed
package.json
@@ -5,7 +5,9 @@
5
"type": "module",
6
"scripts": {
7
"extract-blocks": "python scripts/extract-blocks.py",
8
- "extract-all": "npm run extract-blocks",
+ "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",
11
"check-generated": "node scripts/check-generated.js",
12
"examples": "node scripts/generate-examples-manifest.js",
13
"dev": "npm run examples && vite dev",
0 commit comments