Skip to content

Commit 06e07f0

Browse files
committed
🔧 Add 'npm start' to run an example
Signed-off-by: kei-g <km.8k6ce+github@gmail.com>
1 parent 84284de commit 06e07f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"lint": "eslint src/**/*.ts",
5252
"prebuild": "run-s clean",
5353
"prepublishOnly": "run-s build",
54+
"start": "ts-node example.ts",
5455
"test": "run-p lint cover"
5556
},
5657
"types": "index.d.ts",

0 commit comments

Comments
 (0)