Skip to content

Commit 045d70a

Browse files
committed
fix(examples): Add build:examples npm script
This is the last blocker to bumping our generation to the latest Speakeasy CLI version. The latest version of `speakeasy` requires there to be a `build:examples` script in `examples/package.json`. This is likely a bug, because during `speakeasy run` it *adds* the `build:examples` script (along with a number of other changes to `examples/package.json`).
1 parent ec37ccd commit 045d70a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

examples/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"main": "main.js",
77
"scripts": {
88
"script": "tsx",
9-
"start": "npm run script -- ./src/example.ts"
9+
"start": "npm run script -- ./src/example.ts",
10+
"build:examples": "npm i"
1011
},
1112
"keywords": [],
1213
"author": "",

0 commit comments

Comments
 (0)