We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5217a3d + 045d70a commit edf7a05Copy full SHA for edf7a05
1 file changed
examples/package.json
@@ -6,7 +6,8 @@
6
"main": "main.js",
7
"scripts": {
8
"script": "tsx",
9
- "start": "npm run script -- ./src/example.ts"
+ "start": "npm run script -- ./src/example.ts",
10
+ "build:examples": "npm i"
11
},
12
"keywords": [],
13
"author": "",
0 commit comments